summaryrefslogtreecommitdiff
path: root/package/pmacct
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-01 21:19:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-01 21:19:11 +0100
commitf2463372c9e35cf640f1b0ccede0314a239b0d25 (patch)
treed0136965860008a32e72bfac7442bc35d694758c /package/pmacct
parent72a7d18f2fa0330212333dd95c18f2278c021cee (diff)
fix startup scripts, when variable is not set in /etc/rc.conf
Diffstat (limited to 'package/pmacct')
-rw-r--r--package/pmacct/files/nfacctd.init1
-rw-r--r--package/pmacct/files/pmacctd.init1
2 files changed, 0 insertions, 2 deletions
diff --git a/package/pmacct/files/nfacctd.init b/package/pmacct/files/nfacctd.init
index d46668780..5acd849b4 100644
--- a/package/pmacct/files/nfacctd.init
+++ b/package/pmacct/files/nfacctd.init
@@ -1,7 +1,6 @@
#!/bin/sh
#PKG nfacctd
#INIT 80
-
. /etc/rc.conf
case $1 in
diff --git a/package/pmacct/files/pmacctd.init b/package/pmacct/files/pmacctd.init
index 3b9ec5ac5..d56a01330 100644
--- a/package/pmacct/files/pmacctd.init
+++ b/package/pmacct/files/pmacctd.init
@@ -1,7 +1,6 @@
#!/bin/sh
#PKG pmacctd
#INIT 80
-
. /etc/rc.conf
case $1 in