busybox.postinst 288 B

1234567891011
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. add_rcconf network YES
  4. add_rcconf crond NO
  5. add_rcconf watchdog NO
  6. add_rcconf watchdog_flags '-t 10 -T 20'
  7. add_rcconf syslogd NO
  8. add_rcconf syslogd_flags '-C32'
  9. add_rcconf inetd NO
  10. add_rcconf ntpd NO
  11. add_rcconf ntpd_flags '-p time.fu-berlin.de'