+ export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/mod/sbin:/mod/bin:/mod/usr/sbin:/mod/usr/bin
+ export LD_LIBRARY_PATH=/mod/lib
+ DAEMON=inadyn-mt
+ . /etc/init.d/modlibrc
+ export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/mod/sbin:/mod/bin:/mod/usr/sbin:/mod/usr/bin
+ export LD_LIBRARY_PATH=/mod/lib:/mod/usr/lib
+ [ -n inadyn-mt ]
+ [ ! -r /mod/etc/conf/inadyn-mt.cfg ]
+ . /mod/etc/conf/inadyn-mt.cfg
+ export INADYN_MT_ACTIVE0=yes
+ export INADYN_MT_ACTIVE1=no
+ export INADYN_MT_ACTIVE2=no
+ export INADYN_MT_ACTIVE3=no
+ export INADYN_MT_ACTIVE4=no
+ export INADYN_MT_ALIAS0=xxx
+ export INADYN_MT_ALIAS1=
+ export INADYN_MT_ALIAS2=
+ export INADYN_MT_ALIAS3=
+ export INADYN_MT_ALIAS4=
+ export INADYN_MT_ENABLED=yes
+ export INADYN_MT_OPTIONS0=
+ export INADYN_MT_OPTIONS1=
+ export INADYN_MT_OPTIONS2=
+ export INADYN_MT_OPTIONS3=
+ export INADYN_MT_OPTIONS4=
+ export INADYN_MT_PASS0=xxx
+ export INADYN_MT_PASS1=
+ export INADYN_MT_PASS2=
+ export INADYN_MT_PASS3=
+ export INADYN_MT_PASS4=
+ export INADYN_MT_SERVICE0=benutzerdefiniert
+ export INADYN_MT_SERVICE1=dyndns.org
+ export INADYN_MT_SERVICE2=dyndns.org
+ export INADYN_MT_SERVICE3=dyndns.org
+ export INADYN_MT_SERVICE4=dyndns.org
+ export INADYN_MT_URL0=https://dyndns.strato.com/nic/update
+ export INADYN_MT_URL1=
+ export INADYN_MT_URL2=
+ export INADYN_MT_URL3=
+ export INADYN_MT_URL4=
+ export INADYN_MT_USER0=xxx
+ export INADYN_MT_USER1=
+ export INADYN_MT_USER2=
+ export INADYN_MT_USER3=
+ export INADYN_MT_USER4=
+ export INADYN_MT_VERBOSE=5
+ start
+ echo -n Starting Inadyn Client ...
Starting Inadyn Client ...+ configure
+ local ii value
+ echo background
+ echo verbose 5
+ [ -x /etc/init.d/rc.syslogd ]
+ /etc/init.d/rc.syslogd status
+ running=running
+ [ running = running ]
+ echo syslog
+ echo pid_file /var/run/inadyn-mt.pid
+ ii=0
+ [ 5 -gt 0 ]
+ ivalueof INADYN_MT_ACTIVE 0
+ eval echo -n $INADYN_MT_ACTIVE0
+ echo -n yes
+ [ yes = yes ]
+ sed s,\([^/]*\)\(.*\),\1 \2,
+ ivalueof INADYN_MT_URL 0
+ eval echo -n $INADYN_MT_URL0
+ echo -n https://dyndns.strato.com/nic/update
+ value=https: //dyndns.strato.com/nic/update
+ ivalueof INADYN_MT_SERVICE 0
+ eval echo -n $INADYN_MT_SERVICE0
+ echo -n benutzerdefiniert
+ [ -z https: //dyndns.strato.com/nic/update ]
+ echo -e \ndyndns_system custom@http_svr_basic_auth
+ [ -n https: //dyndns.strato.com/nic/update ]
+ echo https: //dyndns.strato.com/nic/update
+ cut -d -f1
+ echo dyndns_server_name https:
+ echo https: //dyndns.strato.com/nic/update
+ cut -d -f2
+ echo dyndns_server_url //dyndns.strato.com/nic/update
+ ivalueof INADYN_MT_ALIAS 0
+ eval echo -n $INADYN_MT_ALIAS0
+ echo -n xxx
+ echo alias xxx
+ ivalueof INADYN_MT_USER 0
+ eval echo -n $INADYN_MT_USER0
+ echo -n xxx
+ value=xxx
+ [ -n xxx ]
+ echo username xxx
+ ivalueof INADYN_MT_PASS 0
+ eval echo -n $INADYN_MT_PASS0
+ echo -n xxx
+ value=xxx
+ [ -n xxx]
+ escvalue xxx
+ sed s,\([\ ]\),\\\1,g
+ echo xxx
+ echo password xxx
+ ivalueof INADYN_MT_OPTIONS 0
+ eval echo -n $INADYN_MT_OPTIONS0
+ echo -n
+ value=
+ [ -n ]
+ let ii++
+ [ 5 -gt 1 ]
+ ivalueof INADYN_MT_ACTIVE 1
+ eval echo -n $INADYN_MT_ACTIVE1
+ echo -n no
+ [ yes = no ]
+ let ii++
+ [ 5 -gt 2 ]
+ ivalueof INADYN_MT_ACTIVE 2
+ eval echo -n $INADYN_MT_ACTIVE2
+ echo -n no
+ [ yes = no ]
+ let ii++
+ [ 5 -gt 3 ]
+ ivalueof INADYN_MT_ACTIVE 3
+ eval echo -n $INADYN_MT_ACTIVE3
+ echo -n no
+ [ yes = no ]
+ let ii++
+ [ 5 -gt 4 ]
+ ivalueof INADYN_MT_ACTIVE 4
+ eval echo -n $INADYN_MT_ACTIVE4
+ echo -n no
+ [ yes = no ]
+ let ii++
+ [ 5 -gt 5 ]
+ cat /mod/etc/inadyn-mt.conf
+ wc -l
+ [ 5 -gt 11 ]
+ inadyn-mt --input_file /mod/etc/inadyn-mt.conf
+ exitval=0
+ [ 0 -eq 0 ]
+ echo done.
done.
+ exit 0