You create one. This is where you put site specific configurations. For example the contents of our site.config.m4 is :
APPENDDEF(`confENVDEF', `-DTCPWRAPPERS')
APPENDDEF(`conf_sendmail_LIBS', `-lwrap')
This adds tcp-wrapper support.
And I think it needs to be called...
You don't have "hash" database support built in. Type "makemap -l" to see what database types you can use. Most likely you'll be able to use "makemap dbm access < access"
We also use Exceed to connect to our SUN servers. When using the client wizard and setting up a connection session, the "parameters" option is wrong if you want to execute the .profile.
The default in the parameters is "-display @d&@;".
We had to change that to...
Here's another option. We also use the korn shell, but we use the arrow keys on the keyboard to go through the command history.
In the .profile use the following :
set -o emacs
alias __A=`echo "\020"` # up arrow = ^p = back a command
alias __B=`echo "\016"` # down arrow...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.