projects
/
invirt/packages/invirt-dhcp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Log dhcp output to syslog. Analogous to -r 283, but for dhcp instead of dns.
[invirt/packages/invirt-dhcp.git]
/
debian
/
sipb-xen-dhcp.init
diff --git
a/debian/sipb-xen-dhcp.init
b/debian/sipb-xen-dhcp.init
index
d0d97bf
..
a1b14be
100644
(file)
--- a/
debian/sipb-xen-dhcp.init
+++ b/
debian/sipb-xen-dhcp.init
@@
-45,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 -D "$(dirname $DAEMON)" -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
+ daemon -r -D "$(dirname $DAEMON)" -O daemon.info -E daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
}
#
}
#