busybox.postinst 344 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 YES
  5. add_rcconf crond NO
  6. add_rcconf watchdog NO
  7. add_rcconf watchdog_flags '-t 10 -T 20'
  8. add_rcconf syslogd NO
  9. add_rcconf syslogd_flags '-C32'
  10. add_rcconf inetd NO
  11. add_rcconf ntpd NO
  12. add_rcconf ntpd_flags '-p time.fu-berlin.de'