29 Commits

Author SHA1 Message Date
juhosg
f0fe5f708d packages/ez-ipupdate: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-27 07:04:44 +00:00
jow
928acbe600 ez-ipudate: fix broken endian detection on uClibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-02 12:01:33 +00:00
jow
5a8c83cf92 [packages] ez-ipupdate: use network.sh to find device names
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 15:08:19 +00:00
nico
d063a0f5e2 packages: add missing conffiles define
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 20:02:41 +00:00
cshore
eec5daa5b4 [net] IP Addresses and Names: Moved DHCP, DNS, mDNS, and DDNS program into IP Addresses and Names submenu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 06:16:47 +00:00
nico
4d821d398b [packages] bump release number for packages modified after 0.03
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21480 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 14:22:12 +00:00
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
hauke
83c14e180d [packages] Various Makefile cleanups.
Thanks to swalker.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@16438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 17:01:55 +00:00
nbd
996067d6b3 nuke $Id$ in /packages as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
jow
f07ce0dda2 [packages] ez-ipupdate: fix for zoneedit, rebase patches - didn't apply cleanly anymore (#4845)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-29 20:48:55 +00:00
blogic
7a78c85acc oops, wrong file name
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-06 07:56:31 +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
blogic
0550a9ac78 remove PKG_CAT from packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-18 18:46:37 +00:00
thepeople
229aaf2551 reorder hotplug files fixes #1527
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28 21:13:40 +00:00
florian
00b407cc4f Add dnsexit support from #1798
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7459 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-02 18:28:14 +00:00
mbm
fa3b8c3b5b START/STOP values must be specified in the init script
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-10 10:38:53 +00:00
pavlov
14c1a8db5f patch file cleanup... ick.. kaloz you owe me some love
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-05 01:34:12 +00:00
florian
447e620e40 Rename patches to match conventions, second round; *ouch*
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-11 17:28:45 +00:00
florian
58fc252380 Use the newly added INSTALL_CONF variable
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-05 15:24:20 +00:00
nbd
c0e5247848 replace lots of manual install commands with INSTALL_* variables
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
nico
d1cac1e535 use Build/Configure/Default macro, Makefile cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-28 22:43:08 +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
florian
df1862433c Add everydns patch, closes #825
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-09 14:01:12 +00:00
nbd
2295d502f6 port lots of init scripts over to rc.common (more to come)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-04 20:57:49 +00:00
nico
d40de8bd35 oops, forgot to remove unneeded files for -ng from my last commit
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-26 03:05:46 +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