projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
modules/freifunk: implement /etc/rc.local, install dnsmasq sighup cronjob on boot
[project/luci.git]
/
modules
/
freifunk
/
ipkg
/
postinst
1
#!/bin/sh
2
3
[ -n "${IPKG_INSTROOT}" ] || {
4
/etc/init.d/freifunk enabled || /etc/init.d/freifunk enable
5
}