diff options
Diffstat (limited to 'package/collectd/files')
-rw-r--r-- | package/collectd/files/collectd.init | 3 | ||||
-rw-r--r-- | package/collectd/files/collectd.postinst | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/package/collectd/files/collectd.init b/package/collectd/files/collectd.init index 7d4f70b59..601dd53d4 100644 --- a/package/collectd/files/collectd.init +++ b/package/collectd/files/collectd.init @@ -1,5 +1,6 @@ #!/bin/sh -#FWINIT 75 +#PKG collectd +#INIT 75 . /etc/rc.conf case $1 in diff --git a/package/collectd/files/collectd.postinst b/package/collectd/files/collectd.postinst new file mode 100644 index 000000000..7e4416125 --- /dev/null +++ b/package/collectd/files/collectd.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf collectd collectd NO |