Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 441)
+++ trunk/docs/Changelog	(revision 442)
@@ -1,8 +1,8 @@
-	* Fix IgnoreAdded to anchor regex at beginning of path (reported by 
+	* Fix IgnoreAdded to anchor regex at beginning of path (reported by
 	  R.Lindner)
-	* Add check to detect availability of pmap_getmaps() (missing in 
+	* Add check to detect availability of pmap_getmaps() (missing in
 	  static library on recent Linux systems as reported by Ian Baldwin)
 	* Fixes for Ubuntu 13.4:
-	  - no error msg for failing stat on /run/user/Username/gvfs in 
+	  - no error msg for failing stat on /run/user/Username/gvfs in
 	    suidcheck
 	  - no error message for failing hardlink check on /run/user/Username
@@ -10,4 +10,6 @@
 	* Add option '--disable-asm' to work around a gcc issue in Debian
 	  unstable (reported by micah)
+	* Remove option '-i' from mkitab in samhain-install.sh.in (reported
+	  by N. Kerski)
 
 3.0.13:
Index: trunk/samhain-install.sh.in
===================================================================
--- trunk/samhain-install.sh.in	(revision 441)
+++ trunk/samhain-install.sh.in	(revision 442)
@@ -784,5 +784,5 @@
 	rc_main=@sbindir@
 	rc_dirz=
-	rc_inst="/usr/sbin/mkitab -i '@install_name@:2:wait:@sbindir@/@install_name@ start >/dev/console 2>&1'"
+	rc_inst="/usr/sbin/mkitab '@install_name@:2:wait:@sbindir@/@install_name@ start >/dev/console 2>&1'"
 	rc_uinst="/usr/sbin/rmitab @install_name@"
 	;;
