chiark / gitweb /
www-cgi/ucgicommon.c: Split matching out from `filter_environment'.
[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-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 (C) 2000,2003 Ian Jackson
29
30 # This is free software; you can redistribute it and/or modify it
31 # under the terms of the GNU General Public License as published by
32 # the Free Software Foundation; either version 2 of the License, or
33 # (at your option) any later version.
34
35 # This program is distributed in the hope that it will be useful, but
36 # WITHOUT ANY WARRANTY; without even the implied warranty of
37 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
38 # General Public License for more details.
39
40 # You should have received a copy of the GNU General Public License
41 # along with userv-utils; if not, write to the Free Software
42 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
43
44 # $Id$