]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove old options no longer used
authorRoy Marples <roy@marples.name>
Fri, 6 Jun 2014 20:15:33 +0000 (20:15 +0000)
committerRoy Marples <roy@marples.name>
Fri, 6 Jun 2014 20:15:33 +0000 (20:15 +0000)
dhcpcd-hooks/50-ntp.conf

index de9d4d78bb5a739c1a202128fb2f566ed3136b8d..de377aa44002392a7efbc83b97f16909b4ca7a7d 100644 (file)
@@ -112,7 +112,7 @@ BOUND6|RENEW6|REBIND6|REBOOT6|INFORM6)
 esac
 
 if $if_up; then
-       add_ntp_conf add
+       add_ntp_conf
 elif $if_down; then
-       remove_ntp_conf del
+       remove_ntp_conf
 fi