Add reload for maradns init script. Closes #2819
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Dec 2007 21:04:53 +0000 (21:04 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Dec 2007 21:04:53 +0000 (21:04 +0000)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9681 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/maradns/files/maradns.init

index 1548cbc..897232f 100644 (file)
@@ -12,3 +12,7 @@ start() {
 stop() {
        killall duende maradns zoneserver
 }
+
+reload() {
+       killall -HUP maradns
+}