chiark / gitweb /
REAMDE, copyright: Correct locations for GPL, and contact info.
[userv-utils.git] / dyndns / INSTALL
index 800d5ad272159be630ecb8761bde1b7ef3efcd1e..d49ebed5b7af34cf892817d3fd3b626a4be69e91 100644 (file)
@@ -3,13 +3,16 @@
 # 1. Install the scripts and configuration:
 #
 mkdir -p /usr/local/lib/userv/dyndns /var/lib/userv/dyndns/tmp
-cp install service update /usr/local/lib/userv/dyndns
+cp install-script /usr/local/lib/userv/dyndns/install
+cp service update /usr/local/lib/userv/dyndns
 cp dyndns /etc/userv/services.d/dyndns.distrib
 cp dyndns-domains /etc/userv/dyndns-domains.example
 
 #    Rename the .distrib and .example, or edit them to be how you
 #    want, or merge your changes.
 #
+#    Create the service user `usdyndns'.
+#
 # 2. For each zone, create
 #      /var/lib/userv/zone,<zone-name-without-trailing-dot>/
 #    and put in it the file
@@ -22,7 +25,7 @@ cp dyndns-domains /etc/userv/dyndns-domains.example
 #      Zone
 #    to your nameserver configuration.
 
-# Copyright (C) 2000 Ian Jackson
+# Copyright (C) 2000,2003 Ian Jackson
 # 
 # This is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by