changeset 2534:6b7261a08b44 draft

Remove old options no longer used
author Roy Marples <roy@marples.name>
date Fri, 06 Jun 2014 20:15:33 +0000
parents 7a79b460b7a0
children 1be691224285
files dhcpcd-hooks/50-ntp.conf
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dhcpcd-hooks/50-ntp.conf	Fri Jun 06 20:08:07 2014 +0000
+++ b/dhcpcd-hooks/50-ntp.conf	Fri Jun 06 20:15:33 2014 +0000
@@ -112,7 +112,7 @@
 esac
 
 if $if_up; then
-	add_ntp_conf add
+	add_ntp_conf
 elif $if_down; then
-	remove_ntp_conf del
+	remove_ntp_conf
 fi