diff options
Diffstat (limited to 'main/ez-ipupdate')
-rw-r--r-- | main/ez-ipupdate/APKBUILD | 4 | ||||
-rw-r--r-- | main/ez-ipupdate/ez-ipupdate.initd | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/main/ez-ipupdate/APKBUILD b/main/ez-ipupdate/APKBUILD index 74ef3675f3..33cb03ea17 100644 --- a/main/ez-ipupdate/APKBUILD +++ b/main/ez-ipupdate/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com> pkgname=ez-ipupdate pkgver=3.0.10 -pkgrel=0 +pkgrel=1 pkgdesc="utility for updating your host name for many of the dynamic DNS services (ez-ip.net, dyndns.org, etc)" url="http://ez-ipupdate.com/" license="GPL" @@ -33,4 +33,4 @@ build() { md5sums="6505c9d18ef6b5ce13fe2a668eb5724b ez-ipupdate-3.0.10.tar.gz e6e06780b1896f2250132cc16cd10710 ez-ipupdate.confd -5ac899387790691156eb4d0ff2b3f480 ez-ipupdate.initd" +6b9ce71b7b6b739794f003b2ebbf66ed ez-ipupdate.initd" diff --git a/main/ez-ipupdate/ez-ipupdate.initd b/main/ez-ipupdate/ez-ipupdate.initd index b011835975..4ec662694a 100644 --- a/main/ez-ipupdate/ez-ipupdate.initd +++ b/main/ez-ipupdate/ez-ipupdate.initd @@ -7,9 +7,6 @@ DAEMON=/usr/bin/$NAME DAEMON_GROUP=ipupdate DAEMON_USER=ipupdate -# load the config -. /etc/conf.d/${NAME} - # now convert it into command line options OPTS="-d -S ${SERVICE} -h ${HOST} -u \"${USER}:${PASS}\" -i ${IFACE}" if [ "$WILDCARD" == 1 ]; then @@ -22,6 +19,7 @@ OPTS="${OPTS} -t ${TIMEOUT} -M ${MAX_INTERVAL}" depend() { need net + after firewall } start() { |