declare dnsdusty.conf as config file in dnsdusty.list
[jlayton/dnsdusty/.git] / dnsdusty.list
1 #
2 # "$Id$"
3 #
4
5 # Directories...
6 $prefix=/usr
7 $exec_prefix=/usr
8 $datadir=/usr/share
9 $tmpldir=${datadir}/dnsdusty/templates
10 $docdir=/usr/share/doc/dnsdusty
11 $libdir=/usr/lib/dnsdusty
12 $cgidir=${libdir}/cgi-bin
13 $sysconfdir=/etc/dnsdusty
14 $srcdir=.
15
16 # user info
17 $webgroup=www-data
18
19 # Product information
20 %product DNSDusty
21 %copyright 2004 by Jeffrey Layton, all rights reserved.
22 %vendor http://www.poochiereds.net/dnsdusty
23 %license ${srcdir}/COPYING
24 %readme ${srcdir}/README
25 %description Web-Based DDNS Management Tool
26 %version 0.5
27
28 # CGI programs
29 %system all
30 d 0755 root sys ${cgidir} -
31 f 0754 root ${webgroup} ${cgidir}/dnsdusty ${srcdir}/dnsdusty
32
33 # templates
34 d 0755 root sys ${tmpldir} -
35 f 0644 root sys ${tmpldir} ${srcdir}/templates/*
36
37 # Documentation
38 d 0755 root sys ${docdir} -
39 f 0444 root sys ${docdir}/README $srcdir/README
40 f 0444 root sys ${docdir}/COPYING $srcdir/COPYING
41
42 # config file
43 d 0755 root sys ${sysconfdir} -
44 c 0640 root ${webgroup} ${sysconfdir}/dnsdusty.conf $srcdir/dnsdusty.conf
45