summaryrefslogtreecommitdiffstats
path: root/main/ez-ipupdate/ez-ipupdate.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/ez-ipupdate/ez-ipupdate.initd')
-rw-r--r--main/ez-ipupdate/ez-ipupdate.initd4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/ez-ipupdate/ez-ipupdate.initd b/main/ez-ipupdate/ez-ipupdate.initd
index b01183597..4ec662694 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() {