diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-03-23 23:22:48 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-03-23 23:22:48 +0000 |
commit | cec5685a74b82cca76f3da8223e1564ad94c9e5d (patch) | |
tree | 8385e995f1bb160a242f862a28b5a57eaa9a6d46 /net-mail/teapop/files | |
parent | Fixed spurious directory (diff) | |
download | historical-cec5685a74b82cca76f3da8223e1564ad94c9e5d.tar.gz historical-cec5685a74b82cca76f3da8223e1564ad94c9e5d.tar.bz2 historical-cec5685a74b82cca76f3da8223e1564ad94c9e5d.zip |
Fixed disable=no bug
Diffstat (limited to 'net-mail/teapop/files')
-rw-r--r-- | net-mail/teapop/files/tpop.xinetd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/teapop/files/tpop.xinetd b/net-mail/teapop/files/tpop.xinetd index cf9d2e90ef12..798f7926d51d 100644 --- a/net-mail/teapop/files/tpop.xinetd +++ b/net-mail/teapop/files/tpop.xinetd @@ -1,5 +1,5 @@ # These lines below will start the TeaPOP - POP Server -service pop3 +service pop-3 { socket_type = stream protocol = tcp @@ -7,4 +7,5 @@ service pop3 user = root server = /usr/libexec/teapop server_args = teapop + disable = no } |