mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 21:52:45 +00:00
Variable name typo.
Reviewed by: Guy Helmer <ghelmer@cs.iastate.edu Submitted by: Paul Sandys <myj@nyct.net>
This commit is contained in:
parent
6724ac5c14
commit
29a932b562
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24550
@ -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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user