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 <roam@orbitel.bg>
This commit is contained in:
parent
7f3eb706fe
commit
bc1c3dd709
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31148
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue