www-cgi/: Allow customization of the environment filters.
[userv-utils] / dyndns / INSTALL
CommitLineData
3988a733 1# To install the dyndns service:
2#
3# 1. Install the scripts and configuration:
4#
5mkdir -p /usr/local/lib/userv/dyndns /var/lib/userv/dyndns/tmp
6362f12c 6cp install-script /usr/local/lib/userv/dyndns/install
7cp service update /usr/local/lib/userv/dyndns
3988a733 8cp dyndns /etc/userv/services.d/dyndns.distrib
9cp 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#
6362f12c 14# Create the service user `usdyndns'.
15#
3988a733 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
711a0748 28# Copyright (C) 2000,2003 Ian Jackson
3988a733 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$