~noskcaj/ubuntu/saucy/xinetd/2.3.15

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Seyrat
  • Date: 2004-04-18 13:33:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040418133357-czeqeju37433xvdd
Tags: upstream-2.3.13
ImportĀ upstreamĀ versionĀ 2.3.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.