From owner-freebsd-ports Sun Jul 30 11:10:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AEB737B6E9 for ; Sun, 30 Jul 2000 11:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA85151; Sun, 30 Jul 2000 11:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from orbitel.bg (ns.orbitel.bg [195.24.32.2]) by hub.freebsd.org (Postfix) with SMTP id 7056F37B515 for ; Sun, 30 Jul 2000 11:09:47 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 23447 invoked from network); 30 Jul 2000 18:09:46 -0000 Received: from unknown (HELO ringwraith.oblivion.bg) (192.168.0.98) by ns.orbitel.bg with SMTP; 30 Jul 2000 18:09:46 -0000 Received: (qmail 8995 invoked by uid 0); 30 Jul 2000 18:09:55 -0000 Message-Id: <20000730180955.8994.qmail@ringwraith.oblivion.bg> Date: 30 Jul 2000 18:09:55 -0000 From: Peter Pentchev Reply-To: Peter Pentchev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20302: [PATCH] fix port: irc/ircd-hybrid - broken startup script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20302 >Category: ports >Synopsis: [PATCH] fix port: irc/ircd-hybrid - broken startup script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 30 11:10:05 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peter Pentchev >Release: FreeBSD 4.1-STABLE i386 >Organization: Orbitel JSCo. >Environment: FreeBSD 4.1-STABLE i386 and probably all versions/releases of FreeBSD. >Description: The startup script provided with the irc/ircd-hybrid port is missing a ";;" to close a 'case' statement entry. >How-To-Repeat: Install the irc/ircd-hybrid port, invoke /usr/local/etc/rc.d/ircd.sh. >Fix: --- ports/irc/ircd-hybrid/files/ircd.sh Thu Jul 6 09:37:22 2000 +++ myports/irc/ircd-hybrid/files/ircd.sh Sun Jul 30 20:37:06 2000 @@ -5,6 +5,7 @@ [ -x /usr/local/sbin/ircd ] \ && /usr/local/sbin/ircd >/dev/null 2>&1 \ && echo -n " ircd" + ;; stop) killall ircd && echo -n ' ircd' ;; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message