Changeset 112


Ignore:
Timestamp:
Jul 20, 2007, 12:04:44 AM (17 years ago)
Author:
rainer
Message:

Fix for ticket #72 (--separate-output with non-checklist widgets in Install.sh).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install.sh

    r62 r112  
    291291$dialog \
    292292--title "Kernel module rootkit detection" \
    293 --separate-output \
    294293--backtitle "Samhain $VERSION" \
    295294--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)." \
     
    2972962> $tmp
    298297
     298
    299299mtest=$?
    300300
     
    319319$dialog \
    320320--title "Signed database and configuration" \
    321 --separate-output \
    322321--backtitle "Samhain $VERSION" \
    323322--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 ?" \
     
    335334$dialog \
    336335--title "Signed database and configuration" \
    337 --separate-output \
    338336--backtitle "Samhain $VERSION" \
    339337--inputbox "Please enter the full path to gpg (i.e. the GnuPG binary)" \
     
    357355$dialog \
    358356--title "Signed database and configuration" \
    359 --separate-output \
    360357--backtitle "Samhain $VERSION" \
    361358--inputbox "Please enter the fingerprint of the key to use (one string, no spaces)" \
     
    385382$dialog \
    386383--title "Stealth options" \
    387 --separate-output \
    388384--backtitle "Samhain $VERSION" \
    389385--yesno "Samhain has some stealth options to hide its presence.\nDo you want to take advantage of these ?" \
     
    475471$dialog \
    476472--title "Stealth options" \
    477 --separate-output \
    478473--backtitle "Samhain $VERSION" \
    479474--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." \
     
    495490$dialog \
    496491--title "Stealth options" \
    497 --separate-output \
    498492--backtitle "Samhain $VERSION" \
    499493--yesno "SAMHAIN can compile and install a kernel module to hide the SAMHAIN daemon process. Do you want that ?"\
     
    692686if [ "x$KCHECK" = "xyes" ]; then
    693687    if [ `id -u` != 0 ]; then
    694 $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
     688$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
    695689    fi
    696690fi
Note: See TracChangeset for help on using the changeset viewer.