redlizard 15/01/04 21:12:56 Modified: flowcapture.initd Log: Revbump to fix init script. (Portage version: 2.2.14-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x10FB016B)
Revision Changes Path 1.7 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.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?r1=1.6&r2=1.7 Index: flowcapture.initd =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- flowcapture.initd 27 Oct 2014 00:19:51 -0000 1.6 +++ flowcapture.initd 4 Jan 2015 21:12:56 -0000 1.7 @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { @@ -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} \ - -- -D ${FLOW_OPTS} >/dev/null 2>&1 + -- ${FLOW_OPTS} >/dev/null 2>&1 eend $? }