use the new flag by default
[packages/xinetd.git] / INSTALL
1 Generic install:
2 ./configure
3 make
4 make install
5 xinetd/xconv.pl < /etc/inetd.conf > /tmp/xinetd.conf
6 Edit the /etc/xinetd.conf file to your liking.
7
8 Options to configure:
9 --prefix=/path        to specify the directory prefix for installing xinetd.
10
11 Check the README file for a description of the following options:
12 --with-libwrap=[path] to specify that you would like libwrap compiled in.
13 --with-loadavg
14
15 Other options, such as what signals do what, where the default paths
16 point for things like the config file and the debug dump file, default
17 limitations, etc can all be configured in xinetd/config.h
18
19 Please take a look at the config file before using it.  A default config
20 file is in xinetd/sample.conf.  I can almost guarantee you'll have
21 problems if you use the default config file.
22
23 xconv.pl is a perl script that will convert your old inetd.conf file to
24 xinetd.conf syntax.  This does a pretty decent job on most inetd.conf
25 files I've encountered.