diff options
author | Parag Mehta <pm@gentoo.org> | 2001-07-10 07:03:50 +0000 |
---|---|---|
committer | Parag Mehta <pm@gentoo.org> | 2001-07-10 07:03:50 +0000 |
commit | c489d9dd5000fb93addf08093aaac7ddf88f21dd (patch) | |
tree | 5d0a215e9208e9f8f80f849462c08b410e6ddf85 /net-ftp | |
parent | modifying for some options (diff) | |
download | historical-c489d9dd5000fb93addf08093aaac7ddf88f21dd.tar.gz historical-c489d9dd5000fb93addf08093aaac7ddf88f21dd.tar.bz2 historical-c489d9dd5000fb93addf08093aaac7ddf88f21dd.zip |
modified the file for some optoions to daemonise and use ipv4 only. bu default.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/files/pftpd.inetd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-ftp/pure-ftpd/files/pftpd.inetd b/net-ftp/pure-ftpd/files/pftpd.inetd new file mode 100644 index 000000000000..d8b6061e5edd --- /dev/null +++ b/net-ftp/pure-ftpd/files/pftpd.inetd @@ -0,0 +1,6 @@ +# ---------------- +# Pure-FTPd Server +# ---------------- +ftp stream tcp nowait root /usr/sbin/pure-ftpd -4 -B + + |