Better xinetd config detection
This commit is contained in:
parent
7d5644c4f7
commit
016cadede1
@ -3,6 +3,9 @@ $Id$
|
|||||||
|
|
||||||
v0.61.5 25-Sep-2004
|
v0.61.5 25-Sep-2004
|
||||||
|
|
||||||
|
general:
|
||||||
|
In SETUP.sh better xinetd.d system detection.
|
||||||
|
|
||||||
|
|
||||||
v0.61.4 11-Aug-2004 - 25-Sep-2004
|
v0.61.4 11-Aug-2004 - 25-Sep-2004
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ $Id$
|
|||||||
|
|
||||||
Unlike most distributions, Gentoo doesn't install programs that may be usefull
|
Unlike most distributions, Gentoo doesn't install programs that may be usefull
|
||||||
for mbsebbs by default. Before you run ./configure emerge the following
|
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.
|
||||||
|
|
||||||
|
4
SETUP.sh
4
SETUP.sh
@ -459,8 +459,8 @@ EOF
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /etc/xinetd.conf ]; then
|
if [ -f /etc/xinetd.conf ] || [ -d /etc/xinetd.d ]; then
|
||||||
log "+" "/etc/xinetd.conf found, xinetd system"
|
log "+" "/etc/xinetd.conf or /etc/xinetd.d found, xinetd system"
|
||||||
if [ -d /etc/xinetd.d ]; then
|
if [ -d /etc/xinetd.d ]; then
|
||||||
log "+" "has xinetd.d subdir, writing files"
|
log "+" "has xinetd.d subdir, writing files"
|
||||||
XINET="/etc/xinetd.d/mbsebbs"
|
XINET="/etc/xinetd.d/mbsebbs"
|
||||||
|
Reference in New Issue
Block a user