pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ngircd: forgot the else part in the rcfile



Module Name:	pkgsrc-wip
Committed By:	sxvghd <sxvghd%firemail.cc@localhost>
Pushed By:	sxvghd
Date:		Thu Jan 2 19:44:39 2020 +0100
Changeset:	f9624898dd1d133219ed7dcde3272428821cd5be

Modified Files:
	ngircd/files/ngircd.sh

Log Message:
ngircd: forgot the else part in the rcfile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f9624898dd1d133219ed7dcde3272428821cd5be

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ngircd/files/ngircd.sh | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/ngircd/files/ngircd.sh b/ngircd/files/ngircd.sh
index f219abb2f6..80cafb43dd 100644
--- a/ngircd/files/ngircd.sh
+++ b/ngircd/files/ngircd.sh
@@ -18,4 +18,7 @@ required_files="@PKG_SYSCONFDIR@/ngircd.conf"
 if [ -f /etc/rc.subr ]; then
 	load_rc_config $name
 	run_rc_command "$1"
+else
+	@ECHO@ -n " ${name}"
+	${command} ${ngircd_flags} ${command_args}
 fi


Home | Main Index | Thread Index | Old Index