diff options
| author | ivan <ivan> | 2002-04-17 05:39:21 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-04-17 05:39:21 +0000 | 
| commit | 7452c669ea3a3ec09d907fd692759e71737b572a (patch) | |
| tree | 68a3bf22b1138650a52521bf4aac41ec35b0dd8d | |
| parent | 92a72252a2340b013462d057a178f1681401b31c (diff) | |
tyop
| -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 3a2bd1d27..324524514 100755 --- a/fs_passwd/fs_passwdd +++ b/fs_passwd/fs_passwdd @@ -10,7 +10,7 @@ use strict;  use Socket;  my $fs_passwdd_socket = "/usr/local/freeside/fs_passwdd_socket"; -my $pid_file = "$fs_passwdd_socket.pid" +my $pid_file = "$fs_passwdd_socket.pid";  $ENV{'PATH'} ='/usr/local/bin:/usr/bin:/usr/ucb:/bin';  $ENV{'SHELL'} = '/bin/sh';  | 
