diff --git a/CRON.sh b/CRON.sh index a1c0509c..e1900762 100644 --- a/CRON.sh +++ b/CRON.sh @@ -51,18 +51,11 @@ cat << EOF There is a example at the bottom of the crontab which is commented out of course. - IMPORTANT: the first crontab entry is to set the Zone Mail Hour. - This entry is set for Holland, Amsterdam. ZMH is 02:30 - 03:30 UTC - for zone 2. CET is one hour plus in wintertime and two hours plus - in summertime. If you run "mbstat check" at each possible begin - and end of ZMH you must run it at 03:30, 04:30 and 05:30 local CET. - You must calculate and set the times for your own timezone and own - Fidonet Zone Mail Hour. - On most systems you can edit the crontab by typing "crontab -e". - Hit Return to continue or Control-C to abort. EOF + +echo -n "Hit Return to continue or Control-C to abort: " read junk echo "Installing MBSE BBS crontab..." diff --git a/ChangeLog b/ChangeLog index 03465adc..74bae700 100644 --- a/ChangeLog +++ b/ChangeLog @@ -84,6 +84,10 @@ v0.37.00 26-Dec-2002. SETUP.sh Made the script more portable. + CRON.sh + Removed explanation about Zone Mail Hour, this is obsolete + for a long time already. + v0.36.00 26-Dec-2002 - stable release diff --git a/html/basic.html b/html/basic.html index 6c0419ac..5cd2b6fa 100755 --- a/html/basic.html +++ b/html/basic.html @@ -12,7 +12,7 @@
-
Last update 28-Sep-2002
+
Last update 12-Jan-2003

MBSE BBS Basic Installation

@@ -83,8 +83,10 @@ this error.

Step 2: Running the installation script.

+First, if you use FreeBSD, install the psmisc package. This will make sure +that MBSE BBS is stopped properly if you shutdown your computer.
If you are upgrading, proceed with step 4. If not, follow the next steps -very carefully! +very carefully!
The installation script must be run by root. It checks if there is a previous or failed installation on your system. If that's so the script will not run. In other words, you can only run this script once. The script makes diff --git a/script/init.FreeBSD b/script/init.FreeBSD index 8556e883..b11aeb9b 100644 --- a/script/init.FreeBSD +++ b/script/init.FreeBSD @@ -43,8 +43,8 @@ case "$1" in echo -n " logoff users" su mbse -c '$MBSE_ROOT/bin/mbstat close wait -quiet' >/dev/null fi -# kill -15 `pidof ${MBSE_ROOT}/bin/mbtask` -# echo -n " mbtask" + kill -15 `pidof ${MBSE_ROOT}/bin/mbtask` + echo -n " mbtask" ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff --git a/script/mbse.start b/script/mbse.start index 0610c3c6..6e3399cf 100644 --- a/script/mbse.start +++ b/script/mbse.start @@ -1,6 +1,6 @@ # # BBS Startup script, should be run as BBS owner. -# Note: This is only used on Slackware systems until 7.0.0, FreeBSD and NetBSD. +# Note: This is only used on Slackware systems until 7.0.0 and NetBSD. # # $Id$ # diff --git a/script/mbse.stop b/script/mbse.stop index 83550a56..56797589 100644 --- a/script/mbse.stop +++ b/script/mbse.stop @@ -1,6 +1,6 @@ # # BBS Shutdown script, should be run as BBS owner. -# Note: this is only used on old Slackware, FreeBSD and NetBSD systems. +# Note: this is only used on old Slackware and NetBSD systems. # # On FreeBSD it needs the psmisc package. #