pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnunet: rc.d: gnunet_env.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%n0.is@localhost>
Pushed By: ng0
Date: Fri Mar 1 12:15:05 2019 +0000
Changeset: 8071604fa22e165008e302b04b465d9269592f52
Modified Files:
gnunet/files/gnunet.in
Log Message:
gnunet: rc.d: gnunet_env.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8071604fa22e165008e302b04b465d9269592f52
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnunet/files/gnunet.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/gnunet/files/gnunet.in b/gnunet/files/gnunet.in
index 9ef532a4d6..c72a0d6650 100755
--- a/gnunet/files/gnunet.in
+++ b/gnunet/files/gnunet.in
@@ -51,14 +51,14 @@ gnunet_precmd()
gnunet_start()
{
@ECHO@ "Starting ${name}."
- doit="@SU@ -m ${gnunet_user} -c '${command} ${command_args} -s'"
+ doit="@SU@ -m ${gnunet_user} -c '${gnunet_env} ${command} ${command_args} -s'"
eval $doit
}
gnunet_stop()
{
@ECHO@ "Stopping ${name}."
- doit="@SU@ -m ${gnunet_user} -c '${command} ${command_args} -e'"
+ doit="@SU@ -m ${gnunet_user} -c '${gnunet_env} ${command} ${command_args} -e'"
eval $doit
# kill `cat ${pidfile}` 2>/dev/null
sleep 1
Home |
Main Index |
Thread Index |
Old Index