- Timestamp:
- Oct 6, 2013, 11:11:07 PM (11 years ago)
- 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 2 2 R.Lindner) 3 * Add check to detect availability of pmap_getmaps() (missing in 3 * Add check to detect availability of pmap_getmaps() (missing in 4 4 static library on recent Linux systems as reported by Ian Baldwin) 5 5 * 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 7 7 suidcheck 8 8 - no error message for failing hardlink check on /run/user/Username … … 10 10 * Add option '--disable-asm' to work around a gcc issue in Debian 11 11 unstable (reported by micah) 12 * Remove option '-i' from mkitab in samhain-install.sh.in (reported 13 by N. Kerski) 12 14 13 15 3.0.13: -
trunk/samhain-install.sh.in
r412 r442 784 784 rc_main=@sbindir@ 785 785 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'" 787 787 rc_uinst="/usr/sbin/rmitab @install_name@" 788 788 ;;
Note:
See TracChangeset
for help on using the changeset viewer.