diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 09:33:30 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 09:33:30 +0000 |
commit | ee93f3603cc8c4387dd1c431c95d0f866a37eb4c (patch) | |
tree | 2f3d3220e09309e84cbb67726622b5d2cd716d66 /net-analyzer/FlowScan | |
parent | Stable on x86 wrt bug #189424 (diff) | |
download | gentoo-2-ee93f3603cc8c4387dd1c431c95d0f866a37eb4c.tar.gz gentoo-2-ee93f3603cc8c4387dd1c431c95d0f866a37eb4c.tar.bz2 gentoo-2-ee93f3603cc8c4387dd1c431c95d0f866a37eb4c.zip |
Fix minor bug in init script wrt bug #186700
(Portage version: 2.1.3.5)
Diffstat (limited to 'net-analyzer/FlowScan')
-rwxr-xr-x | net-analyzer/FlowScan/files/flowscan.init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/FlowScan/files/flowscan.init b/net-analyzer/FlowScan/files/flowscan.init index 4488582ce1b9..f6067448e51d 100755 --- a/net-analyzer/FlowScan/files/flowscan.init +++ b/net-analyzer/FlowScan/files/flowscan.init @@ -14,5 +14,7 @@ start() { } stop() { + ebegin "Stopping flowscan processing" start-stop-daemon --stop --quiet -p /var/run/flows/flowscan.pid + eend $? } |