hashupd.sh 1.11 does not detect Debian 4.0 (Etch) on i686.

In line 156 (debian detection) is the following code:

if [ -n "${version}" -a -n "${architecture}" = "" ]; then

This looks like a bug for me. Should it not be

if [ -n "${version}" -a -n "${architecture}" ]; then

? I changed that and the script detected Debian 4.0 (i386).

suggestion:
mention hashupd.sh in faq on the question "os is not supported" and
link to it in download section.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rkhunter-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to