diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-10 15:37:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-10 15:37:00 +0200 |
commit | 57f50b48420342dbc5996896a52733c5fbab31b1 (patch) | |
tree | 9939f505a3a706539cfcc432211cedd355ae3049 /package/busybox/files/busybox.postinst | |
parent | cbce24b80358c0eb4968139c7695dd8eb2bb5378 (diff) | |
parent | 91cef89d579c704c4846e97bce397c93417eee09 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/files/busybox.postinst')
-rw-r--r-- | package/busybox/files/busybox.postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/files/busybox.postinst b/package/busybox/files/busybox.postinst index c71a536ce..d403ff481 100644 --- a/package/busybox/files/busybox.postinst +++ b/package/busybox/files/busybox.postinst @@ -5,7 +5,8 @@ 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 'use "-C32" normally, "NO" to disable' syslogd_flags '-C32' +add_rcconf 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' |