File: Autoinstall

package info (click to toggle)
gbindadmin 0.1.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,168 kB
  • ctags: 450
  • sloc: ansic: 5,934; sh: 3,607; makefile: 182
file content (21 lines) | stat: -rwxr-xr-x 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

### Default paths and other configure options ###
# export SETTINGS_DIR=/etc/gbindadmin
# export CHROOT_PATH=/var/named
# export RNDC_CONF=/etc/rndc.conf
# export RESOLV_PATH=/etc/resolv.conf
# export SYSLOG_PATH=/var/log/messages
# export NAMED_BINARY=named
# export SED_BINARY=sed
# export DIG_BINARY=dig
# export RNDC_BINARY=rndc
# export RNDC_CONFGEN_BINARY=rndc-confgen
# export NAMED_USER=nobody
# export CMD_SLEEP_LOG_SECS=3


### Configure, make and make install ###
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --sbindir=/usr/sbin &&
make &&
make install