summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-03-23 23:22:48 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-03-23 23:22:48 +0000
commitcec5685a74b82cca76f3da8223e1564ad94c9e5d (patch)
tree8385e995f1bb160a242f862a28b5a57eaa9a6d46 /net-mail/teapop/files
parentFixed spurious directory (diff)
downloadhistorical-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.xinetd3
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
}