diff --git a/ChangeLog b/ChangeLog index eb2fd75f..1ddc3d97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README.Gentoo b/README.Gentoo index b001a4b3..9bd93965 100644 --- a/README.Gentoo +++ b/README.Gentoo @@ -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. diff --git a/SETUP.sh b/SETUP.sh index 47eeac6d..2ab1f308 100644 --- a/SETUP.sh +++ b/SETUP.sh @@ -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"