From 64e260c35c043b9b2f3168e0c0c8a951e7960aca Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 13 Sep 2006 07:06:35 +0000 Subject: [PATCH] Add compatibility with the previous updatedd nvram configuration, closes #495, #749 SVN-Revision: 4783 --- net/updatedd/files/S55ddns | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/updatedd/files/S55ddns b/net/updatedd/files/S55ddns index b02d57917..75df45190 100644 --- a/net/updatedd/files/S55ddns +++ b/net/updatedd/files/S55ddns @@ -1,3 +1,6 @@ +#!/bin/sh +. /etc/nvram.sh + ddnsupdate=$(nvram get ddns_update) [ "$ddnsupdate" = 1 ]&& { service=$(nvram get ddns_service) -- 2.30.2