summaryrefslogtreecommitdiff
path: root/package/pmacct/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/pmacct/files')
-rw-r--r--package/pmacct/files/nfacctd.postinst4
-rw-r--r--package/pmacct/files/pmacctd.postinst4
2 files changed, 4 insertions, 4 deletions
diff --git a/package/pmacct/files/nfacctd.postinst b/package/pmacct/files/nfacctd.postinst
index 0b382cf0f..1ad9b3f35 100644
--- a/package/pmacct/files/nfacctd.postinst
+++ b/package/pmacct/files/nfacctd.postinst
@@ -1,4 +1,4 @@
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
-add_rcconf nfacctd nfacctd NO
-add_rcconf nfacctd_flags nfacctd_flags "-f /etc/nfacctd.conf"
+add_rcconf nfacctd NO
+add_rcconf nfacctd_flags "-f /etc/nfacctd.conf"
diff --git a/package/pmacct/files/pmacctd.postinst b/package/pmacct/files/pmacctd.postinst
index 49cde0f8e..ca362794f 100644
--- a/package/pmacct/files/pmacctd.postinst
+++ b/package/pmacct/files/pmacctd.postinst
@@ -1,4 +1,4 @@
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
-add_rcconf pmacctd pmacctd NO
-add_rcconf pmacctd_flags pmacctd_flags "-f /etc/pmacctd.conf"
+add_rcconf pmacctd NO
+add_rcconf pmacctd_flags "-f /etc/pmacctd.conf"