Moved semafore directory to ~/var/sema

This commit is contained in:
Michiel Broek
2004-09-14 20:37:57 +00:00
parent d9c5d0eb54
commit eb1e9a6fe9
21 changed files with 46 additions and 37 deletions

View File

@@ -18,6 +18,8 @@ v0.61.4 11-Aug-2004
change the setup of these nodes in screen 7.10.
Run "mbfile check" and then "mbfile index". This fixes the
thumbnails if supported by your system.
Update all maintenance scripts to change the semafore directory
to ~/var/sema.
libmbse.a:
The socket_connect function now sets the global nodenumber from
@@ -85,6 +87,12 @@ v0.61.4 11-Aug-2004
count of tty line records so the used nodenumbers will be a lot
lower then before.
Changed Msg_Read from 78 to 79 characters.
In menu the semafore directory was scanned direct instead of
using the library functions.
mbstat:
In the wait function the semafore directory was scanned direct
instead of using the library functions.
mbnewusr:
During program exit, it tried to remove the wrong socket to
@@ -98,8 +106,9 @@ v0.61.4 11-Aug-2004
was on hold.
The comm protocol reply to the AINI command now contains a fake
node number.
The magic filenames directory is move from ~/magic to
The magic filenames directory is moved from ~/magic to
~/var/magic.
The semafore directory is moved from ~/sema to ~/var/sema.
mbsetup:
Changed nodes screens to have a separate uplink managers setup
@@ -107,13 +116,16 @@ v0.61.4 11-Aug-2004
If the convert program is found and was not found before, the
defaults are set in menu 1.15.6.
The files database is moved from ~/fdb to ~/var/fdb.
The magic filenames directory is move from ~/magic to
The magic filenames directory is moved from ~/magic to
~/var/magic.
The semafore directory is moved from ~/sema to ~/var/sema.
script:
In the editor script (that calls joe) made a fix for screens
wider then 80 characters. Also fixed the joe path if it should
run in emacs mode. Added FromAddress in the header.
Changed all init and maint scripts to move the semafore
directory from ~/sema to ~/var/sema.
v0.61.3 25-Jul-2004 - 11-Aug-2004