diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 00:10:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 00:10:53 +0100 |
commit | fc17116201f51fe1e67d45737deb3a86174cb5f7 (patch) | |
tree | 51cfb39c6d71a015db2791ea2eec549894ad7bc9 /package/busybox/files | |
parent | 98568f1697ef3ac001b64ff9de055a333706ee3d (diff) |
use desktop ps by default, add suid bit via postinst
Diffstat (limited to 'package/busybox/files')
-rw-r--r-- | package/busybox/files/busybox.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/files/busybox.postinst b/package/busybox/files/busybox.postinst index 9f1f9987b..dff48985d 100644 --- a/package/busybox/files/busybox.postinst +++ b/package/busybox/files/busybox.postinst @@ -6,3 +6,4 @@ 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 inetd inetd NO +chmod u+s /bin/busybox |