diff options
Diffstat (limited to 'package/busybox/files/inetd.init')
-rw-r--r-- | package/busybox/files/inetd.init | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/files/inetd.init b/package/busybox/files/inetd.init index ad0527e6a..ff041aed4 100644 --- a/package/busybox/files/inetd.init +++ b/package/busybox/files/inetd.init @@ -1,5 +1,6 @@ #!/bin/sh -#FWINIT 41 +#PKG busybox +#INIT 41 . /etc/rc.conf case $1 in autostart) |