chiark / gitweb /
@@ -1,8 +1,9 @@
[userv-utils.git] / 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 service update /usr/local/lib/userv/dyndns
7 cp dyndns /etc/userv/services.d/dyndns.distrib
8 cp dyndns-domains /etc/userv/dyndns-domains.example
9
10 #    Rename the .distrib and .example, or edit them to be how you
11 #    want, or merge your changes.
12 #
13 # 2. For each zone, create
14 #      /var/lib/userv/zone,<zone-name-without-trailing-dot>/
15 #    and put in it the file
16 #      Manual    containing the $TTL, SOA, zone cut NS RRset,
17 #                RP, and other fixed RRsets.
18 #    and edit
19 #      /etc/userv/dyndns-domains appropriately.
20 #    and then create an RR and check that it has made the zone,
21 #    before adding the new file
22 #      Zone
23 #    to your nameserver configuration.
24
25 # Copyright (C) 2000 Ian Jackson
26
27 # This is free software; you can redistribute it and/or modify it
28 # under the terms of the GNU General Public License as published by
29 # the Free Software Foundation; either version 2 of the License, or
30 # (at your option) any later version.
31
32 # This program is distributed in the hope that it will be useful, but
33 # WITHOUT ANY WARRANTY; without even the implied warranty of
34 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
35 # General Public License for more details.
36
37 # You should have received a copy of the GNU General Public License
38 # along with userv-utils; if not, write to the Free Software
39 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
40
41 # $Id$