Mercurial > hg > dhcpcd
changeset 1580:6eb6a8e98c21 draft dhcpcd-5.2.9
No need to restart twice.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 19 Nov 2010 10:17:14 +0000 |
| parents | 4247331577ee |
| children | f625328e6859 |
| files | dhcpcd-hooks/50-ntp.conf |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd-hooks/50-ntp.conf Thu Nov 18 19:12:55 2010 +0000 +++ b/dhcpcd-hooks/50-ntp.conf Fri Nov 19 10:17:14 2010 +0000 @@ -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.
