From owner-freebsd-ports-bugs Fri Mar 7 19:30:11 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0175437B405 for ; Fri, 7 Mar 2003 19:30:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0723043F93 for ; Fri, 7 Mar 2003 19:30:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h283U7NS054896 for ; Fri, 7 Mar 2003 19:30:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h283U7jm054895; Fri, 7 Mar 2003 19:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB5237B401 for ; Fri, 7 Mar 2003 19:22:14 -0800 (PST) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3593A43FAF for ; Fri, 7 Mar 2003 19:22:13 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([218.218.26.230]) by t-mta3.odn.ne.jp with ESMTP id <20030308032212209.IRQR.3767.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Sat, 8 Mar 2003 12:22:12 +0900 Received: from hadaly.dyndns.org (localhost [127.0.0.1]) by hadaly.dyndns.org (Postfix) with ESMTP id 2CC5220B4; Sat, 8 Mar 2003 12:22:11 +0900 (JST) Message-Id: <863cly8rvh.wl%fuyuki@hadaly.org> Date: Sat, 08 Mar 2003 12:22:10 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Cc: d.marks@student.umist.ac.uk Subject: ports/49026: Update port: mail/dovecot (fix startup script) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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