jer 14/04/12 23:19:55 Modified: flowcapture.initd Log: Replace PIDFILE here too. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.5 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.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd?r1=1.4&r2=1.5 Index: flowcapture.initd =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/files/flowcapture.initd,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- flowcapture.initd 12 Apr 2014 20:03:43 -0000 1.4 +++ flowcapture.initd 12 Apr 2014 23:19:55 -0000 1.5 @@ -10,7 +10,7 @@ ebegin "Starting flow-capture" checkpath -d -o flows /run/flows start-stop-daemon --start --user ${USER} --exec /usr/bin/flow-capture \ - --pidfile ${PIDFILE}.${PORT} \ + --pidfile /run/flows/flowcapture.pid.${PORT} \ -- ${FLOW_OPTS} >/dev/null 2>&1 eend $? } @@ -18,6 +18,6 @@ stop() { ebegin "Stopping flow-capture" start-stop-daemon --stop --quiet --exec /usr/bin/flow-capture \ - --pidfile ${PIDFILE}.${PORT} + --pidfile /run/flows/flowcapture.pid.${PORT} eend $? }
