CVS: moonbase/ftp/pure-ftpd BUILD,1.1.1.1,1.2
Jasper Huysmans
jasper at lunar-linux.org
Tue Oct 28 18:25:51 GMT 2003
Update of /var/cvs/lunar/moonbase/ftp/pure-ftpd
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13452
Modified Files:
BUILD
Log Message:
There's no ftplockout file, just ftpusers. Using that instead.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/pure-ftpd/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:15 -0000 1.1.1.1
+++ BUILD 28 Oct 2003 18:25:49 -0000 1.2
@@ -23,8 +23,8 @@
) > $C_FIFO 2>&1 && (
- if [ ! -f /etc/ftplockout ]
- then cp pam/ftplockout /etc
+ if [ ! -f /etc/ftpusers ]
+ then cp pam/ftpusers /etc
fi
)
More information about the Lunar-commits
mailing list