From ace42af102a099459281aaee16c67f8f691054f1 Mon Sep 17 00:00:00 2001 From: stb Date: Mon, 12 Jul 1999 16:41:04 +0000 Subject: Provide correct argv[0] for pop3d PR: ports/12580 --- mail/cyrus-imapd22/files/inetd.conf.cyrus | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/cyrus-imapd22') diff --git a/mail/cyrus-imapd22/files/inetd.conf.cyrus b/mail/cyrus-imapd22/files/inetd.conf.cyrus index 3bd89a6fa6e6..07cc57262e66 100644 --- a/mail/cyrus-imapd22/files/inetd.conf.cyrus +++ b/mail/cyrus-imapd22/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 # -- cgit