Lines 1-12
Link Here
|
1 |
# $Id: local.defs,v 4.2 1997/07/14 21:56:18 ksb Exp $ |
1 |
# $Id: local.defs,v 4.2 1997/07/14 21:56:18 ksb Exp $ |
2 |
# |
2 |
|
|
|
3 |
. /etc/profile # takes care of everything below on Gentoo |
4 |
|
3 |
# We set umask because not all sites set one on inetd (you should). |
5 |
# We set umask because not all sites set one on inetd (you should). |
4 |
umask 022 |
6 |
#umask 022 |
5 |
# |
7 |
# |
6 |
# In PATH we might have to include "/usr/ccs/bin" or "/opt/gnu/bin" to |
8 |
# In PATH we might have to include "/usr/ccs/bin" or "/opt/gnu/bin" to |
7 |
# find a C compiler. |
9 |
# find a C compiler. |
8 |
PATH=/usr/local/bin:/usr/local/etc:$PATH:/opt/fedex/support/bin:/opt/fedex/support/etc |
10 |
#PATH=/usr/local/bin:/usr/local/etc:$PATH:/opt/fedex/support/bin:/opt/fedex/support/etc |
9 |
export PATH |
11 |
# export PATH |
10 |
# |
12 |
# |
11 |
# We might have to set SHELL to /bin/sh or /sbin/sh or some such to |
13 |
# We might have to set SHELL to /bin/sh or /sbin/sh or some such to |
12 |
# get make to work if root hass a shell of /bin/csh or some other broken |
14 |
# get make to work if root hass a shell of /bin/csh or some other broken |