From 51df7a6c07fd69470fe70c874fbbe7c436f6c0f6 Mon Sep 17 00:00:00 2001 From: kevlo Date: Mon, 31 Jul 2000 08:47:35 +0000 Subject: The startup script provided with the irc/ircd-hybrid port is missing a ";;" to close a 'case' statement entry. PR: 20302 Submitted by: Peter Pentchev --- irc/ircd-hybrid/files/ircd.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'irc') diff --git a/irc/ircd-hybrid/files/ircd.sh b/irc/ircd-hybrid/files/ircd.sh index 9fb77f36bb4d..0eb649081033 100644 --- a/irc/ircd-hybrid/files/ircd.sh +++ b/irc/ircd-hybrid/files/ircd.sh @@ -5,6 +5,7 @@ start) [ -x /usr/local/sbin/ircd ] \ && /usr/local/sbin/ircd >/dev/null 2>&1 \ && echo -n " ircd" + ;; stop) killall ircd && echo -n ' ircd' ;; -- cgit