Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Mar 2003 12:22:10 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        d.marks@student.umist.ac.uk
Subject:   ports/49026: Update port: mail/dovecot (fix startup script)
Message-ID:  <863cly8rvh.wl%fuyuki@hadaly.org>

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

>Number:         49026
>Category:       ports
>Synopsis:       Update port: mail/dovecot (fix startup script)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 07 19:30:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #2: Fri Mar 7 13:26:51 JST 2003 root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS i386


	
>Description:
Fix startup script

(Update to 0.99.8 final would be preferable. :)
	
>How-To-Repeat:
	
>Fix:
cvs server: Diffing .
cvs server: Diffing files
Index: files/dovecot-imapd.sh
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/files/dovecot-imapd.sh,v
retrieving revision 1.1
diff -u -r1.1 dovecot-imapd.sh
--- files/dovecot-imapd.sh	1 Sep 2002 14:17:07 -0000	1.1
+++ files/dovecot-imapd.sh	8 Mar 2003 03:19:30 -0000
@@ -7,11 +7,11 @@
 
 case "$1" in
 start)
-	[ -x ${PREFIX}/sbin/imap-master ] && \
-		${PREFIX}/sbin/imap-master && echo -n ' dovecot-imapd'
+	[ -x ${PREFIX}/sbin/dovecot ] && \
+		${PREFIX}/sbin/dovecot && echo -n ' dovecot-imapd'
 	;;
 stop)
-	/usr/bin/killall imap-master && echo -n ' dovecot-imapd'
+	/usr/bin/killall dovecot && echo -n ' dovecot-imapd'
 	;;
 *)
 	echo "Usage: `basename $0` { start | stop }" >&2
>Release-Note:
>Audit-Trail:
>Unformatted:

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?863cly8rvh.wl%fuyuki>