Ignore:
Timestamp:
Aug 31, 2006, 9:25:02 PM (18 years ago)
Author:
rainer
Message:

Fix for exit status if database load fails; fix for problem with GrowingLogFiles if signed database is used; better support for *BSD init script installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/init/samhain.startLinux.in

    r1 r59  
    6363fi
    6464
    65 function debian_end ()
     65debian_end()
    6666{
    6767        if [ $RETVAL -eq 0 ];
     
    103103
    104104# echo OK in green if is success, FAILED in red is failed
    105 function generic_end ()
     105generic_end()
    106106{
    107107        if [ $RETVAL -eq 0 ];
Note: See TracChangeset for help on using the changeset viewer.