Better xinetd config detection

This commit is contained in:
Michiel Broek 2004-09-25 21:23:21 +00:00
parent 7d5644c4f7
commit 016cadede1
3 changed files with 7 additions and 4 deletions

View File

@ -3,6 +3,9 @@ $Id$
v0.61.5 25-Sep-2004
general:
In SETUP.sh better xinetd.d system detection.
v0.61.4 11-Aug-2004 - 25-Sep-2004

View File

@ -2,7 +2,7 @@ $Id$
Unlike most distributions, Gentoo doesn't install programs that may be usefull
for mbsebbs by default. Before you run ./configure emerge the following
programs to make mbsebbs run with features:
programs to make mbsebbs run with most features:
zip (includes unzip),
zip (includes unzip), arj, unarj, rar, lha, zoo, lrzsz.

View File

@ -459,8 +459,8 @@ EOF
fi
fi
if [ -f /etc/xinetd.conf ]; then
log "+" "/etc/xinetd.conf found, xinetd system"
if [ -f /etc/xinetd.conf ] || [ -d /etc/xinetd.d ]; then
log "+" "/etc/xinetd.conf or /etc/xinetd.d found, xinetd system"
if [ -d /etc/xinetd.d ]; then
log "+" "has xinetd.d subdir, writing files"
XINET="/etc/xinetd.d/mbsebbs"