head	1.3;
access;
symbols
	OPENPKG_E1_MP_HEAD:1.3
	OPENPKG_E1_MP:1.3
	OPENPKG_E1_MP_2_STABLE:1.1.2.2
	OPENPKG_E1_FP:1.1.2.2
	OPENPKG_2_STABLE_MP:1.3
	OPENPKG_2_STABLE_20061018:1.1.2.2
	OPENPKG_2_STABLE:1.1.0.2
	OPENPKG_CW_FP:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.11.16.06.54.53;	author rse;	state Exp;
branches;
next	1.2;
commitid	NtpjaLu4c79XnRUr;

1.2
date	2006.11.15.22.37.55;	author thl;	state Exp;
branches;
next	1.1;
commitid	PikoRxMAH2MsDOUr;

1.1
date	2003.08.04.16.19.26;	author ms;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2003.08.04.16.19.26;	author rse;	state dead;
branches;
next	1.1.2.2;
commitid	iZxwRSmmWscPXUQr;

1.1.2.2
date	2006.10.16.14.49.53;	author rse;	state Exp;
branches;
next	1.1.2.3;
commitid	iZxwRSmmWscPXUQr;

1.1.2.3
date	2007.01.06.13.49.35;	author thl;	state Exp;
branches;
next	;
commitid	64YWMfcnWvBu2s1s;


desc
@@


1.3
log
@remove trailing blank in rc script; use our usual style for configuration file and do not hard-code any openpkg stuff there (instead use 'example' as in other packages)
@
text
@##
##  ez-ipupdate.conf -- configuration file for ez-ipupdate(8)
##

#   specify service type
service-type=dyndns

#   authentication (name:password)
user=example:password

#   your hosts name
host=example.dyndns.org

#   interval of updating
max-interval=2073600

#   specify which interface connects to the internet
interface=eth0

@


1.2
log
@update URL; simplify config; add run-command
@
text
@d1 3
a3 3
#
# example config file for ez-ipupdate
#
d5 1
a5 1
# specify service type for example dyndns
d8 2
a9 2
# authentication
user=openpkg:mypassword
d11 2
a12 2
#your hosts name, dyndns domainname
host=openpkg.dyndns.org
d14 1
a14 1
# interval of
d17 1
a17 1
# specify which interface connects to the internet
@


1.1
log
@new package: ez-ipupdate 3.0.10 (Updating host name for many dynamic DNS services)
@
text
@d6 1
a6 1
service-type=<type of service>
d9 1
a9 1
user=myuserid:mypassword
d12 1
a12 1
#host=mydomain.whatever.com
a19 14
# please create this file and ensure that the user that ez-ipupdate is running
# as has write permissions to it then uncomment this line, if you don't your
# dyndns account will probably get banned. if you run ez-ipupdate as root (bad
# idea, use "run-as-user") then you can just uncomment this line.
# cache-file=/etc/ez-ipupdate.cache.sppp

# for the mean time we'll just use a cache file in the temp directory
cache-file=$TMP/ez-ipupdate.cache

# uncomment this once you have everything working how you want and you are
# ready to have ez-ipupdate running in the background all the time. to stop it
# you can use "killall -QUIT ez-ipupdate" under linux.
#daemon

@


1.1.2.1
log
@file ez-ipupdate.conf was added on branch OPENPKG_2_STABLE on 2006-10-16 14:49:53 +0000
@
text
@d1 33
@


1.1.2.2
log
@Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class)
@
text
@a0 33
#
# example config file for ez-ipupdate
#

# specify service type for example dyndns
service-type=<type of service>

# authentication
user=myuserid:mypassword

#your hosts name, dyndns domainname
#host=mydomain.whatever.com

# interval of
max-interval=2073600

# specify which interface connects to the internet
interface=eth0

# please create this file and ensure that the user that ez-ipupdate is running
# as has write permissions to it then uncomment this line, if you don't your
# dyndns account will probably get banned. if you run ez-ipupdate as root (bad
# idea, use "run-as-user") then you can just uncomment this line.
# cache-file=/etc/ez-ipupdate.cache.sppp

# for the mean time we'll just use a cache file in the temp directory
cache-file=$TMP/ez-ipupdate.cache

# uncomment this once you have everything working how you want and you are
# ready to have ez-ipupdate running in the background all the time. to stop it
# you can use "killall -QUIT ez-ipupdate" under linux.
#daemon

@


1.1.2.3
log
@MFC: make up leeway for 2_STABLE by virtue of build-time results
@
text
@d1 3
a3 3
##
##  ez-ipupdate.conf -- configuration file for ez-ipupdate(8)
##
d5 2
a6 2
#   specify service type
service-type=dyndns
d8 2
a9 2
#   authentication (name:password)
user=example:password
d11 2
a12 2
#   your hosts name
host=example.dyndns.org
d14 1
a14 1
#   interval of updating
d17 1
a17 1
#   specify which interface connects to the internet
d20 14
@


