--- old/dhcdbd.init 2008-03-21 16:42:22.582888662 -0700 +++ dhcdbd.init 2008-03-21 16:42:36.074888710 -0700 @@ -8,7 +8,7 @@ start() { ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --exec /sbin/dhcdbd \ + start-stop-daemon --start --exec /usr/sbin/dhcdbd \ --pidfile /var/run/dhcdbd.pid \ -- ${DHCDBD_ARGS} eend $? @@ -16,7 +16,7 @@ stop() { ebegin "Stopping ${SVCNAME}" - start-stop-daemon --stop --exec /sbin/dhcdbd \ + start-stop-daemon --stop --exec /usr/sbin/dhcdbd \ --pidfile /var/run/dhcdbd.pid eend $? }