diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-11 09:29:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-11 09:29:18 +0200 |
commit | 394842d31c51cb642d7ed7a65948d15fd65985ce (patch) | |
tree | 2a04d2d18fcdb8b955d294b84c396f83183a103e /package/busybox/files | |
parent | e874f84fdb6eb83d905a72b35d87398374594b97 (diff) |
fix some init scripts / postinst scripts
Diffstat (limited to 'package/busybox/files')
-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 97e83b766..90ddf9d42 100644 --- a/package/busybox/files/busybox.postinst +++ b/package/busybox/files/busybox.postinst @@ -2,5 +2,5 @@ . $IPKG_INSTROOT/etc/functions.sh add_rcconf network network YES add_rcconf crond crond NO -add_rcconf 'use "-C16" normally, "NO" to disable' syslogd_flags '-C16' +add_rcconf 'use "-C32" normally, "NO" to disable' syslogd_flags '-C32' add_rcconf inetd |