summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-08-01 10:45:03 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-08-01 10:45:46 -0700
commite037557258dfb9b46cc2c279bb4aba08d0bf7a3d (patch)
tree313fb44b8718087b6607cc56611dcef5ea710b32 /net-analyzer/flow-tools/files
parentwww-client/chromium: dev channel bump (54.0.2810.2) (diff)
downloadgentoo-e037557258dfb9b46cc2c279bb4aba08d0bf7a3d.tar.gz
gentoo-e037557258dfb9b46cc2c279bb4aba08d0bf7a3d.tar.bz2
gentoo-e037557258dfb9b46cc2c279bb4aba08d0bf7a3d.zip
net-analyzer/flow-tools: import initd fix from infra.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer/flow-tools/files')
-rw-r--r--net-analyzer/flow-tools/files/flowcapture.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/flow-tools/files/flowcapture.initd b/net-analyzer/flow-tools/files/flowcapture.initd
index a31ed5ebea29..c6fc34728799 100644
--- a/net-analyzer/flow-tools/files/flowcapture.initd
+++ b/net-analyzer/flow-tools/files/flowcapture.initd
@@ -7,7 +7,7 @@ PORT=${PORT:=2055}
# It may have multiple children by original design, but this is not recommended
# for Gentoo at this time.
PIDFILE_BASE=${PIDFILE_BASE:=/run/flows/flowcapture.pid}
-PIDFILE=${PIDFILE:=${PIDFILE}.${PORT}}
+PIDFILE=${PIDFILE:=${PIDFILE_BASE}.${PORT}}
depend() {
use net