robbat2 14/10/27 00:19:51 Modified: flowcapture.initd Log: Revbump for daemon tweak to init script. (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 net-analyzer/flow-tools/files/flowcapture.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?r1=1.5&r2=1.6 Index: flowcapture.initd =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- flowcapture.initd 12 Apr 2014 23:19:55 -0000 1.5 +++ flowcapture.initd 27 Oct 2014 00:19:51 -0000 1.6 @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 depend() { - need net + use net } start() { @@ -11,7 +11,7 @@ checkpath -d -o flows /run/flows start-stop-daemon --start --user ${USER} --exec /usr/bin/flow-capture \ --pidfile /run/flows/flowcapture.pid.${PORT} \ - -- ${FLOW_OPTS} >/dev/null 2>&1 + -- -D ${FLOW_OPTS} >/dev/null 2>&1 eend $? }