pkgsrc-WIP-changes archive

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

Log to syslog instead of the standard error



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Sep 21 00:55:58 2017 +0200
Changeset:	f8a87b08c02b10fdfd71b77addff2a54bdf99412

Modified Files:
	cpuminer/files/minerd.sh

Log Message:
Log to syslog instead of the standard error

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

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

diffstat:
 cpuminer/files/minerd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/cpuminer/files/minerd.sh b/cpuminer/files/minerd.sh
index 5628caa95b..7c1b9b35e9 100644
--- a/cpuminer/files/minerd.sh
+++ b/cpuminer/files/minerd.sh
@@ -12,7 +12,7 @@ name="minerd"
 rcvar=$name
 command="@PREFIX@/bin/${name}"
 required_files="@PKG_SYSCONFDIR@/minerd.conf"
-minerd_flags="-B -c @PKG_SYSCONFDIR@/minerd.conf"
+minerd_flags="-B -S -c @PKG_SYSCONFDIR@/minerd.conf"
 
 load_rc_config $name
 run_rc_command "$1"


Home | Main Index | Thread Index | Old Index