Removed check from mbfile in maint script
This commit is contained in:
parent
a4428beb00
commit
7f6bf3686a
@ -69,6 +69,10 @@ v0.51.4 11-Apr-2004
|
|||||||
In check for T-Mail fileboxes added condition that the zone
|
In check for T-Mail fileboxes added condition that the zone
|
||||||
must exist in the setup.
|
must exist in the setup.
|
||||||
|
|
||||||
|
script:
|
||||||
|
In the maint script removed the check option from the mbfile
|
||||||
|
command so it will not run every day.
|
||||||
|
|
||||||
|
|
||||||
v0.51.3 22-Mar-2003 - 11-Apr-2004
|
v0.51.3 22-Mar-2003 - 11-Apr-2004
|
||||||
|
|
||||||
|
3
TODO
3
TODO
@ -25,6 +25,9 @@ install:
|
|||||||
N: On some (unsupported) distro's with xinetd the installation script
|
N: On some (unsupported) distro's with xinetd the installation script
|
||||||
also adds entries to inetd.conf.
|
also adds entries to inetd.conf.
|
||||||
|
|
||||||
|
general:
|
||||||
|
N: Write files database api with locking to prevent corruption.
|
||||||
|
|
||||||
libdiesel.a:
|
libdiesel.a:
|
||||||
U: Processed stringlines containing unbalanced " characters are not
|
U: Processed stringlines containing unbalanced " characters are not
|
||||||
processed, instead the previous macro value will be returned.
|
processed, instead the previous macro value will be returned.
|
||||||
|
@ -16,7 +16,7 @@ fi
|
|||||||
|
|
||||||
$MBSE_ROOT/bin/mbuser pack kill 180 50 -quiet
|
$MBSE_ROOT/bin/mbuser pack kill 180 50 -quiet
|
||||||
$MBSE_ROOT/bin/mbmsg kill pack link -quiet
|
$MBSE_ROOT/bin/mbmsg kill pack link -quiet
|
||||||
$MBSE_ROOT/bin/mbfile kill check pack index -quiet
|
$MBSE_ROOT/bin/mbfile kill pack index -quiet
|
||||||
$MBSE_ROOT/bin/mbaff announce filefind -quiet
|
$MBSE_ROOT/bin/mbaff announce filefind -quiet
|
||||||
|
|
||||||
cd $MBSE_ROOT/tmp
|
cd $MBSE_ROOT/tmp
|
||||||
|
Reference in New Issue
Block a user