pkgsrc-WIP-changes archive

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

gnunet: fix rc.d service by adding HOME?



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Thu Feb 28 22:04:13 2019 +0000
Changeset:	401547738810fbd9168ee26a1b406ce58477d91e

Modified Files:
	gnunet/files/gnunet.in

Log Message:
gnunet: fix rc.d service by adding HOME?

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

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

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

diffs:
diff --git a/gnunet/files/gnunet.in b/gnunet/files/gnunet.in
index 0753c7231a..5a097c25b1 100755
--- a/gnunet/files/gnunet.in
+++ b/gnunet/files/gnunet.in
@@ -31,6 +31,8 @@ restart_cmd="gnunet_stop ; gnunet_start"
 restart_precmd="gnunet_precmd"
 reload_cmd="gnunet_reload"
 
+gnunet_chdir="${gnunet_home}"
+gnunet_env="HOME=${gnunet_home}"
 
 gnunet_precmd()
 {


Home | Main Index | Thread Index | Old Index