diff options
| author | Roy Marples <roy@marples.name> | 2010-11-19 10:17:14 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2010-11-19 10:17:14 +0000 |
| commit | 712e1d1bed14dde2db6f7a715e63d2ce19f44d48 (patch) | |
| tree | f62656df9768c86fbe61a4cd3e3644e328362ce5 | |
| parent | 41255814df2b2ab6e91c6602450d4acc8a79b1f7 (diff) | |
| download | dhcpcd-5.2.9.tar.xz | |
No need to restart twice.dhcpcd-5.2.9
| -rw-r--r-- | dhcpcd-hooks/50-ntp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd-hooks/50-ntp.conf b/dhcpcd-hooks/50-ntp.conf index a617eda6..765baa79 100644 --- a/dhcpcd-hooks/50-ntp.conf +++ b/dhcpcd-hooks/50-ntp.conf @@ -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} if type invoke-rc.d >/dev/null 2>&1; then # Debian has a seperate file for DHCP config to avoid stamping on # the master. |
