Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2001 22:35:02 -0500 (EST)
From:      matt@gsicomp.on.ca
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24421: mail/cyrus has typo in sample config file
Message-ID:  <200101180335.WAA27692@gabby.gsicomp.on.ca>

next in thread | raw e-mail | index | archive | help

>Number:         24421
>Category:       ports
>Synopsis:       inetd.conf.sample has typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 17 19:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matt Emmerton
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
GSI Computer Services
>Environment:

	

>Description:

	The inetd.conf.sample file included with cyrus port has a typo

>How-To-Repeat:

	Append the contents of inetd.conf.sample to /etc/inetd.conf
	kill -HUP `cat /var/run/inetd.pid`

	Watch inetd barf.

>Fix:

--- files/inetd.conf.cyrus.orig	Wed Jan 17 22:29:09 2001
+++ files/inetd.conf.cyrus	Wed Jan 17 22:28:46 2001
@@ -15,5 +15,5 @@
 # NOTE: you will need to add "sieve" to /etc/services.
 #       timsieved uses port 2000.
 #
-sieve   strean  tcp     nowait  cyrus   /usr/local/cyrus/bin/timsieved  sieve
+sieve   stream  tcp     nowait  cyrus   /usr/local/cyrus/bin/timsieved  sieve
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101180335.WAA27692>