core94: Ship dnsmasq

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-08-17 20:53:40 +01:00
parent f831e573d4
commit 4b332b6dc9
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/dnsmasq

View File

@@ -33,6 +33,7 @@ done
# Stop services
/etc/init.d/sshd stop
/etc/init.d/dnsmasq stop
# Extract files
extract_files
@@ -45,6 +46,7 @@ sed -i /etc/ssh/sshd_config \
-e 's/^#\?PermitRootLogin .*$$/PermitRootLogin yes/'
# Start services
/etc/init.d/dnsmasq start
/etc/init.d/sshd start
# This update need a reboot...