summaryrefslogtreecommitdiff
path: root/network/inadyn/README.SLACKWARE
diff options
context:
space:
mode:
authorNiels Horn <niels.horn@gmail.com>2010-05-13 01:00:02 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 01:00:02 +0200
commit7b2d26ea252c774c11f82af71c4eb30165e9f2c1 (patch)
tree08fa808b1cb3ac50b0f2577582f093be3375b42f /network/inadyn/README.SLACKWARE
parent9c6caa069b2765fef7288ce622dbb6548b9288a6 (diff)
downloadslackbuilds-7b2d26ea252c774c11f82af71c4eb30165e9f2c1.tar.gz
network/inadyn: Added to 13.0 repository
Diffstat (limited to 'network/inadyn/README.SLACKWARE')
-rw-r--r--network/inadyn/README.SLACKWARE21
1 files changed, 21 insertions, 0 deletions
diff --git a/network/inadyn/README.SLACKWARE b/network/inadyn/README.SLACKWARE
new file mode 100644
index 0000000000..9663cd8c25
--- /dev/null
+++ b/network/inadyn/README.SLACKWARE
@@ -0,0 +1,21 @@
+README.SLACKWARE
+================
+
+After installing the inadyn package, create a file called inadyn.conf in /etc/
+with at least the following configuration:
+
+ update_period_sec <update_period_in_seconds>
+ username <your_username>
+ password <your_password>
+ dyndns_system dyndns@dyndns.org
+ alias <your_domain_name>
+ log_file /var/log/inadyn.log
+
+If you use a Dynamic DNS system different from DynDNS, read man pages.
+
+Add the following line to your /etc/rc.d/rc.local file to start inadyn at every
+boot:
+
+ /usr/bin/inadyn &
+
+Check the inadyn(8) and inadyn.conf(5) man pages for more detailed information.