Changeset 442


Ignore:
Timestamp:
Oct 6, 2013, 11:11:07 PM (11 years ago)
Author:
katerina
Message:

Fix for ticket #346 (make install-boot fails on AIX)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r441 r442  
    1         * Fix IgnoreAdded to anchor regex at beginning of path (reported by 
     1        * Fix IgnoreAdded to anchor regex at beginning of path (reported by
    22          R.Lindner)
    3         * Add check to detect availability of pmap_getmaps() (missing in 
     3        * Add check to detect availability of pmap_getmaps() (missing in
    44          static library on recent Linux systems as reported by Ian Baldwin)
    55        * Fixes for Ubuntu 13.4:
    6           - no error msg for failing stat on /run/user/Username/gvfs in 
     6          - no error msg for failing stat on /run/user/Username/gvfs in
    77            suidcheck
    88          - no error message for failing hardlink check on /run/user/Username
     
    1010        * Add option '--disable-asm' to work around a gcc issue in Debian
    1111          unstable (reported by micah)
     12        * Remove option '-i' from mkitab in samhain-install.sh.in (reported
     13          by N. Kerski)
    1214
    13153.0.13:
  • trunk/samhain-install.sh.in

    r412 r442  
    784784        rc_main=@sbindir@
    785785        rc_dirz=
    786         rc_inst="/usr/sbin/mkitab -i '@install_name@:2:wait:@sbindir@/@install_name@ start >/dev/console 2>&1'"
     786        rc_inst="/usr/sbin/mkitab '@install_name@:2:wait:@sbindir@/@install_name@ start >/dev/console 2>&1'"
    787787        rc_uinst="/usr/sbin/rmitab @install_name@"
    788788        ;;
Note: See TracChangeset for help on using the changeset viewer.