pkgsrc-WIP-changes archive

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

gnunet: rc.d



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Fri Mar 1 11:38:44 2019 +0000
Changeset:	4b4dc3ab0997c34b64b00a7878fc1261d95d5091

Modified Files:
	gnunet/files/gnunet.in

Log Message:
gnunet: rc.d

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

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

diffstat:
 gnunet/files/gnunet.in | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/gnunet/files/gnunet.in b/gnunet/files/gnunet.in
index ecea074df4..09c42830a0 100755
--- a/gnunet/files/gnunet.in
+++ b/gnunet/files/gnunet.in
@@ -64,6 +64,7 @@ gnunet_stop()
 {
 	@ECHO@ "Stopping ${name}."
 	doit="@SU@ -m ${gnunet_user} -c '${command} ${command_args} -e -c @PKG_SYSCONFDIR@/gnunet.conf'"
+	eval $doit
 	kill `cat ${pidfile}` 2>/dev/null
 	sleep 1
 	rm -rf /tmp/gnunet-gnunet-runtime 2>/dev/null 2>&1


Home | Main Index | Thread Index | Old Index