|
Lines 26-38
Link Here
|
| 26 |
setenv MAIL /var/spool/mail/$USER |
26 |
setenv MAIL /var/spool/mail/$USER |
| 27 |
set mail=$MAIL |
27 |
set mail=$MAIL |
| 28 |
endif |
28 |
endif |
|
|
29 |
unset noglob |
| 29 |
|
30 |
|
| 30 |
set _xpath |
31 |
set _xpath |
| 31 |
set _tpath |
32 |
set _upath |
|
|
33 |
set _spath |
| 32 |
if ( "$uid" == "0" ) then |
34 |
if ( "$uid" == "0" ) then |
| 33 |
if ( -d /opt/gnome/sbin ) set _tpath=( /opt/gnome/sbin ) |
35 |
if ( -d /opt/gnome/sbin ) set _spath=( /opt/gnome/sbin ) |
| 34 |
if ( -d /opt/kde3/sbin ) set _tpath=( /opt/kde3/sbin $_tpath ) |
36 |
if ( -d /opt/kde3/sbin ) set _spath=( /opt/kde3/sbin $_spath ) |
| 35 |
set _tpath=( /sbin /usr/sbin /usr/local/sbin ) |
37 |
set _spath=( /sbin /usr/sbin /usr/local/sbin $_spath ) |
| 36 |
endif |
38 |
endif |
| 37 |
foreach _d (~/bin/$MACHTYPE ~/bin \ |
39 |
foreach _d (~/bin/$MACHTYPE ~/bin \ |
| 38 |
/var/lib/dosemu \ |
40 |
/var/lib/dosemu \ |
|
Lines 45-51
Link Here
|
| 45 |
/usr/openwin/bin \ |
47 |
/usr/openwin/bin \ |
| 46 |
/opt/cross/bin \ |
48 |
/opt/cross/bin \ |
| 47 |
/usr/andrew/bin ) |
49 |
/usr/andrew/bin ) |
| 48 |
if ( -d $_d ) set _tpath=( $_tpath $_d ) |
50 |
if ( -d $_d ) set _upath=( $_upath $_d ) |
| 49 |
end |
51 |
end |
| 50 |
|
52 |
|
| 51 |
if ( ${?OPENWINHOME} ) then |
53 |
if ( ${?OPENWINHOME} ) then |
|
Lines 61-77
Link Here
|
| 61 |
set _xpath=( /usr/X11/bin $_xpath ) |
63 |
set _xpath=( /usr/X11/bin $_xpath ) |
| 62 |
endif |
64 |
endif |
| 63 |
|
65 |
|
| 64 |
set _tpath=( $_tpath $_xpath ) |
66 |
set _upath=( $_upath $_xpath ) |
| 65 |
|
67 |
|
| 66 |
# |
68 |
# |
| 67 |
# Doing only one rehash |
69 |
# Doing only one rehash |
| 68 |
# |
70 |
# |
| 69 |
set -f path=( $_tpath $path ) |
71 |
set -f path=( $_spath $path $_upath ) |
| 70 |
|
72 |
|
| 71 |
unset _tpath |
73 |
unset _spath |
|
|
74 |
unset _upath |
| 72 |
unset _xpath |
75 |
unset _xpath |
| 73 |
unset _d |
76 |
unset _d |
| 74 |
unset noglob |
|
|
| 75 |
|
77 |
|
| 76 |
# |
78 |
# |
| 77 |
# SuSEconfig stuff |
79 |
# SuSEconfig stuff |