Bug#369672: rkhunter: incorrect check for presence of SHAREDIR in config

2006-05-31 Thread Mark van Eijk
Well, that not exactly fixes the problem. I changed the wrong line. It should become: SHAREDIR=`cat ${CONFIGFILE} | grep 'SHAREDIR=' | sed s/SHAREDIR=//` if [ "${SHAREDIR}" = "" ] then echo "Fatal error: can't find SHAREDIR option in configuration file (${CONFIGFILE})" exit 1 fi Mark

Bug#369672: rkhunter: incorrect check for presence of SHAREDIR in config

2006-05-31 Thread Mark van Eijk
Package: rkhunter Version: 1.2.8-4 Severity: normal When running rkhunter -c, I got the following error messages: /usr/bin/rkhunter: line 2128: /rkhunter/scripts/check_modules.pl: No such file or directory /usr/bin/rkhunter: line 2129: /rkhunter/scripts/check_modules.pl: No such file or directory