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:
d1796b2
)
* luci/modules/admin-core: add postinstall to enable init scripts when installed...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 4 Nov 2008 20:19:25 +0000
(20:19 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 4 Nov 2008 20:19:25 +0000
(20:19 +0000)
modules/admin-core/ipkg/postinst
[new file with mode: 0755]
patch
|
blob
diff --git a/modules/admin-core/ipkg/postinst
b/modules/admin-core/ipkg/postinst
new file mode 100755
(executable)
index 0000000..
c2f3b5f
--- /dev/null
+++ b/
modules/admin-core/ipkg/postinst
@@ -0,0
+1,6
@@
+#!/bin/sh
+
+/etc/init.d/luci_fixtime enable
+/etc/init.d/luci_ethers enable
+/etc/init.d/luci_hosts enable
+