summaryrefslogtreecommitdiff
path: root/package/busybox/files/busybox.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/files/busybox.postinst')
-rw-r--r--package/busybox/files/busybox.postinst18
1 files changed, 9 insertions, 9 deletions
diff --git a/package/busybox/files/busybox.postinst b/package/busybox/files/busybox.postinst
index ed264244f..40d196c9a 100644
--- a/package/busybox/files/busybox.postinst
+++ b/package/busybox/files/busybox.postinst
@@ -1,12 +1,12 @@
#!/bin/sh
if [ -z $IPKG_INSTROOT ];then chmod u+s /bin/busybox;fi
. $IPKG_INSTROOT/etc/functions.sh
-add_rcconf network network YES
-add_rcconf crond crond NO
-add_rcconf watchdog watchdog NO
-add_rcconf watchdog_flags watchdog_flags '-t 10 -T 20'
-add_rcconf syslogd syslogd NO
-add_rcconf 'use "-C32" normally' syslogd_flags '-C32'
-add_rcconf inetd inetd NO
-add_rcconf ntpd ntpd NO
-add_rcconf ntpd_flags ntpd_flags '-p time.fu-berlin.de'
+add_rcconf network YES
+add_rcconf crond NO
+add_rcconf watchdog NO
+add_rcconf watchdog_flags '-t 10 -T 20'
+add_rcconf syslogd NO
+add_rcconf syslogd_flags '-C32'
+add_rcconf inetd NO
+add_rcconf ntpd NO
+add_rcconf ntpd_flags '-p time.fu-berlin.de'