Index: /trunk/Install.sh
===================================================================
--- /trunk/Install.sh	(revision 111)
+++ /trunk/Install.sh	(revision 112)
@@ -291,5 +291,4 @@
 $dialog \
 --title "Kernel module rootkit detection" \
---separate-output \
 --backtitle "Samhain $VERSION" \
 --inputbox "SAMHAIN can detect kernel module rootkits if compiled with support\nfor this. If you want to enable this option, please give the path\nto your System.map file, else choose CANCEL.\n\nNOTE: this option will require root privileges for at least one\ncommand during compilation (to read from /dev/kmem)." \
@@ -297,4 +296,5 @@
 2> $tmp
 
+
 mtest=$?
 
@@ -319,5 +319,4 @@
 $dialog \
 --title "Signed database and configuration" \
---separate-output \
 --backtitle "Samhain $VERSION" \
 --yesno "Samhain can be configured to support PGP signed database\nand configuration files. This requires a working installation\nof GnuPG.\n\nDo you want to use this option ?" \
@@ -335,5 +334,4 @@
 $dialog \
 --title "Signed database and configuration" \
---separate-output \
 --backtitle "Samhain $VERSION" \
 --inputbox "Please enter the full path to gpg (i.e. the GnuPG binary)" \
@@ -357,5 +355,4 @@
 $dialog \
 --title "Signed database and configuration" \
---separate-output \
 --backtitle "Samhain $VERSION" \
 --inputbox "Please enter the fingerprint of the key to use (one string, no spaces)" \
@@ -385,5 +382,4 @@
 $dialog \
 --title "Stealth options" \
---separate-output \
 --backtitle "Samhain $VERSION" \
 --yesno "Samhain has some stealth options to hide its presence.\nDo you want to take advantage of these ?" \
@@ -475,5 +471,4 @@
 $dialog \
 --title "Stealth options" \
---separate-output \
 --backtitle "Samhain $VERSION" \
 --inputbox "You can set a magic string such that command line arguments will be ignored unless the first argument is this magic string, and read from stdin otherwise. If you do not want this, select CANCEL, otherwise choose a string and select OK." \
@@ -495,5 +490,4 @@
 $dialog \
 --title "Stealth options" \
---separate-output \
 --backtitle "Samhain $VERSION" \
 --yesno "SAMHAIN can compile and install a kernel module to hide the SAMHAIN daemon process. Do you want that ?"\
@@ -692,5 +686,5 @@
 if [ "x$KCHECK" = "xyes" ]; then
     if [ `id -u` != 0 ]; then
-$dialog --msgbox "Compiling with --with-kcheck option (kernel rootkit detection). This\nrequires root privileges for at least one command during compilation,\nbut you are not running this as root. Please expect compilation to fail.\n\nYou need to run \"make\" manually after failure, and\nfollow the instructions to execute the one required\ncommand as root." 20 75
+$dialog --msgbox "Compiling with --with-kcheck option (kernel rootkit detection). This\nrequires root privileges for at least one command during compilation,\nbut you are not running this as root. Please expect compilation to fail.\n\nYou need to follow the instructions shown in the \nerror message after failure." 20 75
     fi
 fi
