debian/: Improve .gitignore
[userv-utils] / dyndns / INSTALL
1 # To install the dyndns service:
2 #
3 # 1. Install the scripts and configuration:
4 #
5 mkdir -p /usr/local/lib/userv/dyndns /var/lib/userv/dyndns/tmp
6 cp install-script /usr/local/lib/userv/dyndns/install
7 cp service update /usr/local/lib/userv/dyndns
8 cp dyndns /etc/userv/services.d/dyndns.distrib
9 cp dyndns-domains /etc/userv/dyndns-domains.example
10
11 # Rename the .distrib and .example, or edit them to be how you
12 # want, or merge your changes.
13 #
14 # Create the service user `usdyndns'.
15 #
16 # 2. For each zone, create
17 # /var/lib/userv/zone,<zone-name-without-trailing-dot>/
18 # and put in it the file
19 # Manual containing the $TTL, SOA, zone cut NS RRset,
20 # RP, and other fixed RRsets.
21 # and edit
22 # /etc/userv/dyndns-domains appropriately.
23 # and then create an RR and check that it has made the zone,
24 # before adding the new file
25 # Zone
26 # to your nameserver configuration.
27
28 # Copyright 1996-2013 Ian Jackson <ijackson@chiark.greenend.org.uk>
29 # Copyright 1998 David Damerell <damerell@chiark.greenend.org.uk>
30 # Copyright 1999,2003
31 # Chancellor Masters and Scholars of the University of Cambridge
32 # Copyright 2010 Tony Finch <fanf@dotat.at>
33 #
34 # This is free software; you can redistribute it and/or modify it
35 # under the terms of the GNU General Public License as published by
36 # the Free Software Foundation; either version 3 of the License, or
37 # (at your option) any later version.
38 #
39 # This program is distributed in the hope that it will be useful, but
40 # WITHOUT ANY WARRANTY; without even the implied warranty of
41 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
42 # General Public License for more details.
43 #
44 # You should have received a copy of the GNU General Public License
45 # along with userv-utils; if not, see http://www.gnu.org/licenses/.