Date: 30 Jul 2000 18:09:55 -0000 From: Peter Pentchev <roam@orbitel.bg> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20302: [PATCH] fix port: irc/ircd-hybrid - broken startup script Message-ID: <20000730180955.8994.qmail@ringwraith.oblivion.bg>
next in thread | raw e-mail | index | archive | help
>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 <roam@orbitel.bg> >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000730180955.8994.qmail>