projects
/
invirt/packages/invirt-dns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clear the sql cache for dns and dhcp, fixing #42.
[invirt/packages/invirt-dns.git]
/
debian
/
sipb-xen-dns.init
diff --git
a/debian/sipb-xen-dns.init
b/debian/sipb-xen-dns.init
index
2b8d3cb
..
c36be09
100644
(file)
--- a/
debian/sipb-xen-dns.init
+++ b/
debian/sipb-xen-dns.init
@@
-9,10
+9,7
@@
# Description:
### END INIT INFO
# Description:
### END INIT INFO
-# Author: Foo Bar <foobar@baz.org>
-#
-# Please remove the "Author" lines above and replace them
-# with your own name if you copy and modify this script.
+# Author: SIPB Xen Project <sipb-xen@mit.edu>
# Do NOT "set -e"
# Do NOT "set -e"
@@
-48,7
+45,7
@@
do_start()
# 1 if daemon was already running
# 2 if daemon could not be started
daemon --running -n $NAME && return 1
# 1 if daemon was already running
# 2 if daemon could not be started
daemon --running -n $NAME && return 1
- daemon -r -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
+ daemon -r -O=daemon.info -E=daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
}
#
}
#