7 Commits

Author SHA1 Message Date
florian
a75cc984a0 [package] ez-ipudate: fix config generator to permit default server
This patch allows ez-ipupdate to use the default server for the specified DDNS
service type when no server hostname is supplied by the user.

In detail:

The default config file supplied in the ez-ipupdate package does not include a
"server" line, and ez-ipupdate itself does not require an explicit server
(since it will select a server based on the service type).

Unfortunately, if the user simply fills in the blanks in the OpenWrt-supplied
ez-ipupdate config, the service will silently fail to start because the hotplug
 script inserts a line in the generated config which states "server=", and
ez-ipupdate doesn't like a blank server setting.

The above scenario doesn't seem like a good user experience, so this is a
small patch to the hotplug script to omit the "server" line (and let
ez-ipupdate select its own default) in the event that the user has not
specified a server.

Signed-off-by: Scott Dudley <spmsink@hotmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-10 18:33:10 +00:00
thepeople
40348de01e use internal server unless specified, closes #7041
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-02 13:34:03 +00:00
thepeople
09aa8fc3cb add server option, closes #4816
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-26 05:01:18 +00:00
thepeople
e210b3ed39 [patchteam] ez-ipupdate: [PATCH] unnecessarily runs as a daemon (also allow multiple instances), closes #4874
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-26 04:54:10 +00:00
blogic
e8216f812d make ez-ipupdate uci aware, Signed-off-by: David Bird <david@coova.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-05 09:45:34 +00:00
nbd
dc7238bdf2 fix default interface for ez-ipupdate (#835)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5170 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16 23:01:17 +00:00
nico
5906094b39 port ez-ipupdate to buildroot-ng
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-26 03:03:45 +00:00