move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the...
[openwrt/staging/dedeckeh.git] / openwrt / package / updatedd / files / S55ddns
diff --git a/openwrt/package/updatedd/files/S55ddns b/openwrt/package/updatedd/files/S55ddns
deleted file mode 100644 (file)
index b02d579..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-ddnsupdate=$(nvram get ddns_update)
-[ "$ddnsupdate" = 1 ]&& {
-       service=$(nvram get ddns_service)
-       uname=$(nvram get ddns_user)
-       passwd=$(nvram get ddns_password)
-       host=$(nvram get ddns_host)
-
-       /usr/bin/updatedd -Y $service -- $uname:$passwd $host
-}
-