Finished new doors method

This commit is contained in:
Michiel Broek 2004-08-11 14:18:31 +00:00
parent b8e4c026b7
commit 36ebc8fff3
2 changed files with 15 additions and 12 deletions

View File

@ -7,8 +7,15 @@ v0.61.3 25-Jul-2004
To reinstall the corrected macro templates go into the examples To reinstall the corrected macro templates go into the examples
directory and type "make macros". directory and type "make macros".
In mbsetup menu 1.7 check the new items 15, 16 and 17. In mbsetup menu 1.7 check the new items 15, 16 and 17.
If you use dosemu 1.2.0 or later, copy in ~/bin bbsdoor.sh.new If you want to switch running doors as user instead of via sudo
over bbsdoor.sh then read doors.html and follow the instructions.
In the english txtfiles and menus the doors menu and screens
are updated for the newer doors setup, you might want to
upgrade or use them as examples.
general:
With the newer versions of dosemu running doors as user finally
works. To migrate you need to read doors.html.
libmbse.a: libmbse.a:
Removed the fdn parameter from the attach and un_attach Removed the fdn parameter from the attach and un_attach
@ -56,12 +63,13 @@ v0.61.3 25-Jul-2004
all languages. all languages.
script: script:
Changed bbsdoor.sh so that it works for dosemu 1.2.0 and later. Changed bbsdoor.sh, it now hase a variable pointing to the dos
Created new runvirtual.sh so that we have door scripts with and directory.
without virual comport support. Created runvirtual.sh, this replaces rundoor.sh for old systems
that run doors using the obsoleted sudo method.
Rewrote rundoor.sh for running dosemu with user privileges.
Changed all locations for dosemu so that we run in the mbse Changed all locations for dosemu so that we run in the mbse
environment with dropped privileges of the user running the environment with privileges of the user running the door.
door.
lang: lang:
Added language prompts 26 and 27. Added language prompts 26 and 27.

View File

@ -7,7 +7,6 @@
# $2 = the nodenumber for this session # $2 = the nodenumber for this session
# #
# by Redy Rodriguez, 22-Oct-2001 # by Redy Rodriguez, 22-Oct-2001
# Revised for dosemu 1.2.0 by Michiel Broek.
DOSDRIVE=/opt/mbse/var/dosemu/c DOSDRIVE=/opt/mbse/var/dosemu/c
@ -28,9 +27,5 @@ if [ "$1" != "" ]; then
if [ ! -f $HOME/.dosemu/disclaimer ]; then if [ ! -f $HOME/.dosemu/disclaimer ]; then
touch $HOME/.dosemu/disclaimer touch $HOME/.dosemu/disclaimer
fi fi
# For dosemu 1.2.0 and later, create a link to the drive
# if [ ! -f $HOME/.dosemu/drives/c ]; then
# ln -s $DOSDRIVE $HOME/.dosemu/drives
# fi
fi fi
fi fi