diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-13 22:39:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-13 22:39:37 +0200 |
commit | a01308335cf58e80e53d6932df9458630c9554b8 (patch) | |
tree | d1f37a5c07fadc07b238688a0499452223ffeed6 | |
parent | 599982c916530310b29f609f44d10cd5a6b381a4 (diff) |
fix postinst script
-rw-r--r-- | package/busybox/files/busybox.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/files/busybox.postinst b/package/busybox/files/busybox.postinst index d403ff481..ed264244f 100644 --- a/package/busybox/files/busybox.postinst +++ b/package/busybox/files/busybox.postinst @@ -5,7 +5,7 @@ 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 NO +add_rcconf syslogd syslogd NO add_rcconf 'use "-C32" normally' syslogd_flags '-C32' add_rcconf inetd inetd NO add_rcconf ntpd ntpd NO |