0.2.99.0.1
[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
6cp install service update /usr/local/lib/userv/dyndns
7cp dyndns /etc/userv/services.d/dyndns.distrib
8cp 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$