diff options
author | stb <stb@FreeBSD.org> | 1999-07-13 00:41:04 +0800 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-07-13 00:41:04 +0800 |
commit | ace42af102a099459281aaee16c67f8f691054f1 (patch) | |
tree | 0651deb20f79d068047c44f3f0b5905c871912e5 /mail/cyrus/files | |
parent | 4eb325a764c844a0bb7b39aec349f69bddc2896f (diff) | |
download | freebsd-ports-gnome-ace42af102a099459281aaee16c67f8f691054f1.tar.gz freebsd-ports-gnome-ace42af102a099459281aaee16c67f8f691054f1.tar.zst freebsd-ports-gnome-ace42af102a099459281aaee16c67f8f691054f1.zip |
Provide correct argv[0] for pop3d
PR: ports/12580
Diffstat (limited to 'mail/cyrus/files')
-rw-r--r-- | mail/cyrus/files/inetd.conf.cyrus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus/files/inetd.conf.cyrus b/mail/cyrus/files/inetd.conf.cyrus index 3bd89a6fa6e6..07cc57262e66 100644 --- a/mail/cyrus/files/inetd.conf.cyrus +++ b/mail/cyrus/files/inetd.conf.cyrus @@ -1,6 +1,6 @@ # # Example entry for inetd.conf for the Cyrus IMAP server. -# $Id$ +# $Id: inetd.conf.cyrus,v 1.1 1999/05/10 02:31:20 stb Exp $ # # Replace /usr/local with the path where you've installed the package. # @@ -8,5 +8,5 @@ imap4 stream tcp nowait cyrus /usr/local/cyrus/bin/imapd imapd # # To be able to access the IMAP mailbox by POP-3, use this line. -pop3 stream tcp nowait cyrus /usr/local/cyrus/bin/pop3d imapd +pop3 stream tcp nowait cyrus /usr/local/cyrus/bin/pop3d pop3d # |