luci-0.8: merge r3880

This commit is contained in:
Jo-Philipp Wich 2008-12-09 00:07:48 +00:00
parent e2dbd2a66b
commit c0a970d7a8
4 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/luci_splash enable
/etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable
}

View file

@ -2,6 +2,6 @@
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-statistics ) && rm -f /etc/uci-defaults/luci-statistics
/etc/init.d/luci_statistics enable
/etc/init.d/collectd enable
/etc/init.d/luci_statistics enabled || /etc/init.d/luci_statistics enable
/etc/init.d/collectd enabled || /etc/init.d/collectd enable
}

View file

@ -1,5 +1,5 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/olsrd enable
/etc/init.d/olsrd enabled || /etc/init.d/olsrd enable
}

View file

@ -1,7 +1,7 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/luci_fixtime enable
/etc/init.d/luci_ethers enable
/etc/init.d/luci_hosts enable
/etc/init.d/luci_fixtime enabled || /etc/init.d/luci_fixtime enable
/etc/init.d/luci_ethers enabled || /etc/init.d/luci_ethers enable
/etc/init.d/luci_hosts enabled || /etc/init.d/luci_hosts enable
}