Change default user for git-daemon to userv-git and default user for dyndns to userv...
[userv-utils] / dyndns / Makefile
CommitLineData
6362f12c 1# Makefile
2# installation runes for userv-dyndns
3
4# Copyright (C) 2003 Ian Jackson
5#
6# This is free software; you can redistribute it and/or modify it
7# under the terms of the GNU General Public License as published by
9028e234 8# the Free Software Foundation; either version 3 of the License, or
6362f12c 9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful, but
12# WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14# General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
9028e234 17# along with userv-utils; if not, see http://www.gnu.org/licenses/.
6362f12c 18
19include ../settings.make
20
21install:
22 mkdir -p $(shareuserv)/dyndns $(varlibuserv)/dyndns/tmp
23 cp service update $(shareuserv)/dyndns
24 cp install-script $(shareuserv)/dyndns/install
25
26install-examples:
27 mkdir -p $(services)
28 cp dyndns $(services)/dyndns.distrib
29 cp dyndns-domains $(etcuserv)/dyndns-domains.example
f07baecf 30 echo userv-dyndns >$(etcuserv)/dyndns-service-users.example
6362f12c 31
32install-docs:
33 mkdir -p $(docdir)/userv-dyndns
34 cp INSTALL $(docdir)/userv-dyndns