OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Aug-2003 18:19:26
Branch: HEAD Handle: 2003080417192600
Added files:
openpkg-src/ez-ipupdate ez-ipupdate.conf
Log:
new package: ez-ipupdate 3.0.10 (Updating host name for many dynamic
DNS services)
Summary:
Revision Changes Path
1.1 +33 -0 openpkg-src/ez-ipupdate/ez-ipupdate.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ez-ipupdate/ez-ipupdate.conf
============================================================================
$ cvs diff -u -r0 -r1.1 ez-ipupdate.conf
--- /dev/null 2003-08-04 18:19:26.000000000 +0200
+++ ez-ipupdate.conf 2003-08-04 18:19:26.000000000 +0200
@@ -0,0 +1,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
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]