diff options
Diffstat (limited to 'busybox.pkg/postinst')
-rwxr-xr-x | busybox.pkg/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index c499f03..fbdd6b4 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -15,6 +15,7 @@ if [ "x${1}" = 'xconfigure' ]; then if [ -e /usr/share/busybox/init-scripts ]; then while read script; do "/etc/init.d/${script}" enable + "/etc/init.d/${script}" start done </usr/share/busybox/init-scripts fi if [ -d /etc/network ] && ! [ -f /etc/network/interfaces ]; then |