diff options
author | Parag Mehta <pm@gentoo.org> | 2001-08-16 02:09:12 +0000 |
---|---|---|
committer | Parag Mehta <pm@gentoo.org> | 2001-08-16 02:09:12 +0000 |
commit | 2910e16e7d5cbf22d57523c800e4b8c982a6e696 (patch) | |
tree | 457584ca5de2ac6c79a9215db5d22b7c2784c566 /net-ftp | |
parent | Web update (diff) | |
download | historical-2910e16e7d5cbf22d57523c800e4b8c982a6e696.tar.gz historical-2910e16e7d5cbf22d57523c800e4b8c982a6e696.tar.bz2 historical-2910e16e7d5cbf22d57523c800e4b8c982a6e696.zip |
modified some startup paramters to add apache style log file generation.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/files/pftpd.inetd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/pure-ftpd/files/pftpd.inetd b/net-ftp/pure-ftpd/files/pftpd.inetd index 5f6be4849c36..4ef16a8e7b1b 100644 --- a/net-ftp/pure-ftpd/files/pftpd.inetd +++ b/net-ftp/pure-ftpd/files/pftpd.inetd @@ -1,6 +1,6 @@ # ---------------- # Pure-FTPd Server # ---------------- -ftp stream tcp nowait root /usr/sbin/pure-ftpd pure-ftpd -4 -B -b -N -w -W -x -s +ftp stream tcp nowait root /usr/sbin/pure-ftpd pure-ftpd -4 -B -b -N -w -W -O clf:/var/log/pureftpd.log |