]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix ypbind and remove un-needed quoting.
authorRoy Marples <roy@marples.name>
Thu, 18 Nov 2010 19:09:02 +0000 (19:09 +0000)
committerRoy Marples <roy@marples.name>
Thu, 18 Nov 2010 19:09:02 +0000 (19:09 +0000)
dhcpcd-hooks/50-ntp.conf
dhcpcd-hooks/50-ypbind

index 1c6ea8062d8dfca885eee40155e9a4a0ff961470..a617eda65e8fffdbabfda72d45ad3b6f501e6c13 100644 (file)
@@ -8,7 +8,7 @@
 #   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.
index ffa64c412f4dcfb5d3de1b2b6d46563c7f92e349..9a1feccd1f2d0da46ecca29dbf7bdeb0f4d75d1c 100644 (file)
@@ -1,8 +1,8 @@
 # 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()