busybox.postinst 426 B

123456789101112
  1. #!/bin/sh
  2. if [ -z $IPKG_INSTROOT ];then chmod u+s /bin/busybox;fi
  3. . $IPKG_INSTROOT/etc/functions.sh
  4. add_rcconf network network YES
  5. add_rcconf crond crond NO
  6. add_rcconf watchdog watchdog NO
  7. add_rcconf watchdog_flags watchdog_flags '-t 10 -T 20'
  8. add_rcconf syslogd NO
  9. add_rcconf 'use "-C32" normally' syslogd_flags '-C32'
  10. add_rcconf inetd inetd NO
  11. add_rcconf ntpd ntpd NO
  12. add_rcconf ntpd_flags ntpd_flags '-p time.fu-berlin.de'