diff options
Diffstat (limited to 'package/wondershaper/files')
-rw-r--r-- | package/wondershaper/files/wondershaper.conffiles | 1 | ||||
-rw-r--r-- | package/wondershaper/files/wondershaper.init | 3 | ||||
-rw-r--r-- | package/wondershaper/files/wondershaper.postinst | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/package/wondershaper/files/wondershaper.conffiles b/package/wondershaper/files/wondershaper.conffiles new file mode 100644 index 000000000..14e366cc9 --- /dev/null +++ b/package/wondershaper/files/wondershaper.conffiles @@ -0,0 +1 @@ +/etc/wshaper.conf diff --git a/package/wondershaper/files/wondershaper.init b/package/wondershaper/files/wondershaper.init index ec5c36e76..39d846bd5 100644 --- a/package/wondershaper/files/wondershaper.init +++ b/package/wondershaper/files/wondershaper.init @@ -1,5 +1,6 @@ #!/bin/sh -#FWINIT 80 +#PKG wondershaper +#INIT 80 . /etc/rc.conf case $1 in diff --git a/package/wondershaper/files/wondershaper.postinst b/package/wondershaper/files/wondershaper.postinst new file mode 100644 index 000000000..6e6c384a0 --- /dev/null +++ b/package/wondershaper/files/wondershaper.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf wondershaper wondershaper NO |