Ignore:
Timestamp:
Sep 1, 2012, 4:25:30 PM (12 years ago)
Author:
katerina
Message:

Enhancements for ticket #312 (logrotate) and #313 (--enable-suid).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samhain-install.sh.in

    r203 r412  
    12641264        fi
    12651265
     1266       
     1267        if test -d /etc/logrotate.d; then
     1268            if test -f /etc/logrotate.d/@install_name@; then
     1269                test -z "$verbose" || echo $ECHO_N "  rm -f /etc/logrotate.d/@install_name@ ... $ECHO_C"
     1270                rm -f /etc/logrotate.d/@install_name@;
     1271                if test x$? = x0; then
     1272                     test -z "$verbose" || echo "${ECHO_T}done"
     1273                else
     1274                    test -z "$verbose" || echo "${ECHO_T}failed"
     1275                fi
     1276            fi
     1277        fi
     1278
    12661279        if test x"$force" = "xyes"
    12671280        then
Note: See TracChangeset for help on using the changeset viewer.