diff options
author | ivan <ivan> | 1999-08-10 12:06:40 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-08-10 12:06:40 +0000 |
commit | dbd9d65ba61281c0e5d4c976b60e233111e1dfb1 (patch) | |
tree | 2ac5630094cce4315b3b6e284dec313907839462 /fs_passwd | |
parent | 40e0a5460891d0b9e49233a1717b5914318a4289 (diff) |
even though you should probably set this for your installation
Diffstat (limited to 'fs_passwd')
-rwxr-xr-x | fs_passwd/fs_passwdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_passwd/fs_passwdd b/fs_passwd/fs_passwdd index 582e13ccd..be7539984 100755 --- a/fs_passwd/fs_passwdd +++ b/fs_passwd/fs_passwdd @@ -11,7 +11,7 @@ use Socket; my($fs_passwdd_socket)="/usr/local/freeside/fs_passwdd_socket"; -$ENV{'PATH'} ='/usr/bin:/usr/ucb:/bin'; +$ENV{'PATH'} ='/usr/local/bin:/usr/bin:/usr/ucb:/bin'; $ENV{'SHELL'} = '/bin/sh'; $ENV{'IFS'} = " \t\n"; $ENV{'CDPATH'} = ''; |