diff options
author | 2004-01-23 22:59:02 +0000 | |
---|---|---|
committer | 2004-01-23 22:59:02 +0000 | |
commit | 7d21938da792396132a7f41881a86c3453369572 (patch) | |
tree | dcb172c2b4574dd747f4a62dad0666980c9688b4 /net-ftp/proftpd/files | |
parent | Marked stable on x86 (diff) | |
download | gentoo-2-7d21938da792396132a7f41881a86c3453369572.tar.gz gentoo-2-7d21938da792396132a7f41881a86c3453369572.tar.bz2 gentoo-2-7d21938da792396132a7f41881a86c3453369572.zip |
Re: Bug #37457, fix proftpd.xinetd
Diffstat (limited to 'net-ftp/proftpd/files')
-rw-r--r-- | net-ftp/proftpd/files/proftpd.xinetd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/proftpd/files/proftpd.xinetd b/net-ftp/proftpd/files/proftpd.xinetd index 282400d75d30..ad75aefddb6c 100644 --- a/net-ftp/proftpd/files/proftpd.xinetd +++ b/net-ftp/proftpd/files/proftpd.xinetd @@ -10,6 +10,6 @@ service ftp user = root server = /usr/sbin/proftpd log_on_success = HOST PID - log_on_failure = HOST RECORD + log_on_failure = HOST disable = yes } |