diff options
Diffstat (limited to 'net-analyzer/flow-tools/files/flowcapture.initd')
-rw-r--r-- | net-analyzer/flow-tools/files/flowcapture.initd | 2 |
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 |