Changeset 284


Ignore:
Timestamp:
Mar 28, 2008, 7:09:08 PM (16 years ago)
Author:
ecprice
Message:

Log dhcp output to syslog. Analogous to -r 283, but for dhcp instead of dns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-dhcp/debian/sipb-xen-dhcp.init

    r275 r284  
    4646        #   2 if daemon could not be started
    4747        daemon --running -n $NAME && return 1
    48         daemon -r -D "$(dirname $DAEMON)" -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
     48        daemon -r -D "$(dirname $DAEMON)" -O daemon.info -E daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
    4949}
    5050
Note: See TracChangeset for help on using the changeset viewer.