summaryrefslogtreecommitdiff
path: root/network/inadyn/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/inadyn/README.SLACKWARE')
-rw-r--r--network/inadyn/README.SLACKWARE21
1 files changed, 0 insertions, 21 deletions
diff --git a/network/inadyn/README.SLACKWARE b/network/inadyn/README.SLACKWARE
deleted file mode 100644
index 9663cd8c25..0000000000
--- a/network/inadyn/README.SLACKWARE
+++ /dev/null
@@ -1,21 +0,0 @@
-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.