pkgsrc-WIP-changes archive

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

gnunet: rc.d: merge gnunet_env lines into one line.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Fri Mar 1 12:08:14 2019 +0000
Changeset:	df1eb0c90867a24669ad3021c50ce0b31fb2a42d

Modified Files:
	gnunet/files/gnunet.in

Log Message:
gnunet: rc.d: merge gnunet_env lines into one line.

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

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, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/gnunet/files/gnunet.in b/gnunet/files/gnunet.in
index 73d2fd6632..6c39de6cda 100755
--- a/gnunet/files/gnunet.in
+++ b/gnunet/files/gnunet.in
@@ -29,9 +29,7 @@ stop_cmd="gnunet_stop"
 restart_cmd="gnunet_stop ; gnunet_start"
 restart_precmd="gnunet_precmd"
 
-gnunet_chdir="${gnunet_home}"
-gnunet_env="HOME=${gnunet_home}"
-gnunet_env="${gnunet_env} USER=${gnunet_user}"
+gnunet_env="HOME=${gnunet_home} USER=${gnunet_user}"
 
 gnunet_precmd()
 {


Home | Main Index | Thread Index | Old Index