projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccbaa90
)
modules/admin-core: remove left over references to luci_hosts and luci_ethers
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 5 Apr 2010 17:37:26 +0000
(17:37 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 5 Apr 2010 17:37:26 +0000
(17:37 +0000)
modules/admin-core/ipkg/postinst
patch
|
blob
|
history
diff --git
a/modules/admin-core/ipkg/postinst
b/modules/admin-core/ipkg/postinst
index 2ab7c0e2ce65afaddaa21bd4c886b5b8eeae7338..a756b5b29aa25861b736881d64848bdcaa3af281 100755
(executable)
--- a/
modules/admin-core/ipkg/postinst
+++ b/
modules/admin-core/ipkg/postinst
@@
-2,7
+2,6
@@
[ -n "${IPKG_INSTROOT}" ] || {
/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
+ /etc/init.d/luci_dhcp_migrate enabled || /etc/init.d/luci_dhcp_migrate enable
exit 0
}