Fixed Slackware setup script

This commit is contained in:
Michiel Broek 2005-02-27 14:31:04 +00:00
parent f72749e915
commit 52fe70cdf8
2 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,11 @@ v0.71.2 16-Jan-2005
html: html:
Added batch file upload written by Russell Tiedt to the faq. Added batch file upload written by Russell Tiedt to the faq.
script:
Fixed the Slackware setup script that didn't make the startup
symlinks in runlevel 4 if the directory /etc/rc.d/rc4.d didn't
exist.
v0.71.1 28-Nov-2004 - 16-Jan-2005 v0.71.1 28-Nov-2004 - 16-Jan-2005

View File

@ -11,7 +11,7 @@ if [ "$COLOR" = "on" -o -r $TMP/SeTcolor ]; then
dialog --title "ENABLE MBSE BBS AT BOOT?" --yesno \ dialog --title "ENABLE MBSE BBS AT BOOT?" --yesno \
"MBSE BBS is the bulletin board system and Fidonet (r) mailer for Unix." 6 70 "MBSE BBS is the bulletin board system and Fidonet (r) mailer for Unix." 6 70
if [ $? = 0 ]; then if [ $? = 0 ]; then
mkdir -p /etc/rc.d/rc3.d /etc/rc.d/rc3.d mkdir -p /etc/rc.d/rc3.d /etc/rc.d/rc4.d
ln -s /etc/rc.d/init.d/mbsed /etc/rc.d/rc3.d/K05mbsed ln -s /etc/rc.d/init.d/mbsed /etc/rc.d/rc3.d/K05mbsed
ln -s /etc/rc.d/init.d/mbsed /etc/rc.d/rc3.d/S95mbsed ln -s /etc/rc.d/init.d/mbsed /etc/rc.d/rc3.d/S95mbsed
ln -s /etc/rc.d/init.d/mbsed /etc/rc.d/rc4.d/K05mbsed ln -s /etc/rc.d/init.d/mbsed /etc/rc.d/rc4.d/K05mbsed