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

@@ -29,7 +29,7 @@ case "$1" in
start)
echo -n "MBSE BBS starting:"
rm -f ${MBSE_ROOT}/var/run/*
rm -f ${MBSE_ROOT}/sema/*
rm -f ${MBSE_ROOT}/var/sema/*
rm -f ${MBSE_ROOT}/var/*.LCK
rm -f ${MBSE_ROOT}/tmp/mb*
su mbse -c '${MBSE_ROOT}/bin/mbtask' >/dev/null