diff --git a/html/Makefile b/html/Makefile index b4ebfdb5..beed81ff 100644 --- a/html/Makefile +++ b/html/Makefile @@ -17,7 +17,7 @@ H_IMAGES = images/b_arrow.png images/magic.png images/nodes1.png \ images/e_menu.png images/mbsetup1.6.png images/nodes4.png \ images/emareas.png images/mbsetup2.png images/nodes5.png \ images/nodes6.png images/nodes7.png images/nodes8.png \ - images/nodes9.png images/nodes10.png \ + images/nodes9.png images/nodes10.png images/doors.png \ images/emgroup.png images/modems0.png images/oneliner.png \ images/fdb.png images/newfiles.png images/protocol.png \ images/fegroup.png images/newgroups.png images/rarrow.png \ diff --git a/html/doors.html b/html/doors.html index 60bb3d35..abe8a9a9 100644 --- a/html/doors.html +++ b/html/doors.html @@ -116,7 +116,7 @@ door, but the best solution is to make a symlink with the name of the door. For example:
 mbse@seaport$ cd ~/bin
-mbse@seaport:~bin$ ln -s rundoor.sh ilord
+mbse@seaport:~bin$ ln -s rundoor.sh 8ball
 
See also inside rundoor.sh for the instructions. This file does several things, first it prepares the users home directory with the dosemu @@ -126,6 +126,7 @@ directory. Finally it starts dosemu in virtual comport mode and inserts the commands in dos to start the door.
But before we can run the door, the door itself must be installed in the dos partition. +door setup

 

What if I don't upgrade

diff --git a/html/images/doors.png b/html/images/doors.png new file mode 100644 index 00000000..58d9a8ae Binary files /dev/null and b/html/images/doors.png differ