From: ivan Date: Wed, 17 Apr 2002 05:44:45 +0000 (+0000) Subject: *sigh* X-Git-Tag: freeside_1_4_0_pre12~69 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a7cd626d75d613ce8a0fea5a9bb96ac3a7167275 *sigh* --- diff --git a/fs_passwd/fs_passwdd b/fs_passwd/fs_passwdd index e72ceb7db..38079da66 100755 --- a/fs_passwd/fs_passwdd +++ b/fs_passwd/fs_passwdd @@ -33,7 +33,7 @@ if ( -e $pid_file ) { open(PIDFILE,"<$pid_file"); chomp( my $old_pid = ); close PIDFILE; - kill 'TERM', $pid_file; + kill 'TERM', $old_pid; } open(PIDFILE,">$pid_file"); print PIDFILE "$$\n";