summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-04-17 05:44:45 +0000
committerivan <ivan>2002-04-17 05:44:45 +0000
commita7cd626d75d613ce8a0fea5a9bb96ac3a7167275 (patch)
tree9f3cb92901083b791c87e8422b3594a47ef32680
parentc703114f17594eeece21b3a00048f9bc5efbe40d (diff)
*sigh*
-rwxr-xr-xfs_passwd/fs_passwdd2
1 files changed, 1 insertions, 1 deletions
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 = <PIDFILE> );
close PIDFILE;
- kill 'TERM', $pid_file;
+ kill 'TERM', $old_pid;
}
open(PIDFILE,">$pid_file");
print PIDFILE "$$\n";