projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf5d71
)
Add reload for maradns init script. Closes #2819
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 8 Dec 2007 21:04:53 +0000
(21:04 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 8 Dec 2007 21:04:53 +0000
(21:04 +0000)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9681
net/maradns/files/maradns.init
patch
|
blob
|
history
diff --git
a/net/maradns/files/maradns.init
b/net/maradns/files/maradns.init
index 1548cbcc59f5c89982e0d76c613d455930606522..897232f5f5858c38d1773b0760cc4d29d44da189 100644
(file)
--- a/
net/maradns/files/maradns.init
+++ b/
net/maradns/files/maradns.init
@@
-12,3
+12,7
@@
start() {
stop() {
killall duende maradns zoneserver
}
+
+reload() {
+ killall -HUP maradns
+}