# NTP_CONF=/usr/pkg/etc/ntpd.conf
# to use openntpd from pkgsrc instead of the system provided ntp.
-: ${ntpd_restart_cmd:="service_condcommand ntpd restart || service_condcommand ntp restart"}
+: ${ntpd_restart_cmd:=service_condcommand ntpd restart || service_condcommand ntp restart}
if type invoke-rc.d >/dev/null 2>&1; then
# Debian has a seperate file for DHCP config to avoid stamping on
# the master.
# Sample dhcpcd hook for ypbind
# This script is only suitable for the Linux version.
-: ${ypbind_restart_cmd:="service_command ypbind restart"}
-: ${ypbind_stop_cmd:="service_condcommand ypbind stop"}
+: ${ypbind_restart_cmd:=service_command ypbind restart}
+: ${ypbind_stop_cmd:=service_condcommand ypbind stop}
ypbind_dir="$state_dir/ypbind"
best_domain()