diff options
Diffstat (limited to 'package/pmacct/ipkg/nfacctd.postinst')
-rw-r--r-- | package/pmacct/ipkg/nfacctd.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/pmacct/ipkg/nfacctd.postinst b/package/pmacct/ipkg/nfacctd.postinst new file mode 100644 index 000000000..0b382cf0f --- /dev/null +++ b/package/pmacct/ipkg/nfacctd.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf nfacctd nfacctd NO +add_rcconf nfacctd_flags nfacctd_flags "-f /etc/nfacctd.conf" |