[PC-BSD Commits] r1320 - in pbibuild/modules/vsftpd: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 7 15:51:20 PST 2008
Author: gonzalo
Date: 2008-02-07 15:51:19 -0800 (Thu, 07 Feb 2008)
New Revision: 1320
Added:
pbibuild/modules/vsftpd/overlay-dir/anon_ftp/
Modified:
pbibuild/modules/vsftpd/overlay-dir/vsftpdstart
pbibuild/modules/vsftpd/pbi.conf
Log:
vsftpd anonymous user fixed
Modified: pbibuild/modules/vsftpd/overlay-dir/vsftpdstart
===================================================================
--- pbibuild/modules/vsftpd/overlay-dir/vsftpdstart 2008-02-07 13:50:44 UTC (rev 1319)
+++ pbibuild/modules/vsftpd/overlay-dir/vsftpdstart 2008-02-07 23:51:19 UTC (rev 1320)
@@ -8,4 +8,4 @@
ln -s /Programs/vsftpd2.0.5/vsftpd.conf /usr/local/etc/vsftpd.conf
fi
./vsftpd &
-kdialog --title "vsftpd Server" --passivepopup "vsftpd Server is up and running" 5
+kdialog --title "vsftpd Server" --passivepopup "vsftpd Server is up and running" 3
Modified: pbibuild/modules/vsftpd/pbi.conf
===================================================================
--- pbibuild/modules/vsftpd/pbi.conf 2008-02-07 13:50:44 UTC (rev 1319)
+++ pbibuild/modules/vsftpd/pbi.conf 2008-02-07 23:51:19 UTC (rev 1320)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="03"
+BUILDKEY="04"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list