]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Variable name typo.
authorWolfram Schneider <wosch@FreeBSD.org>
Wed, 2 Apr 1997 14:34:57 +0000 (14:34 +0000)
committerWolfram Schneider <wosch@FreeBSD.org>
Wed, 2 Apr 1997 14:34:57 +0000 (14:34 +0000)
Reviewed by: Guy Helmer <ghelmer@cs.iastate.edu
Submitted by: Paul Sandys <myj@nyct.net>

adduser/rmuser.perl

index fcc21d341534b10cfbac4fc11d7b498f4ed02ee9..57bd74f75cd0b605b3753755c6523e29f8bd9b7b 100644 (file)
@@ -30,7 +30,7 @@
 #
 # Guy Helmer <ghelmer@cs.iastate.edu>, 02/23/97
 #
-#      $Id$
+#      $Id: rmuser.perl,v 1.6 1997/03/08 18:04:45 wosch Exp $
 
 sub LOCK_SH {0x01;}
 sub LOCK_EX {0x02;}
@@ -243,7 +243,7 @@ if (-e $file || -l $file) {
 #
 # Remove some pop daemon's leftover file
 
-$file = "$maildir/.${login_name}.pop";
+$file = "$mail_dir/.${login_name}.pop";
 if (-e $file || -l $file) {
     print STDERR "Removing pop daemon's temporary mail file ${file}:";
     unlink $file ||