summaryrefslogtreecommitdiff
blob: 27c7363aa52df86600cff743b80d8115ce50bd3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -ru rkhunter-1.2.9.orig/files/os.dat rkhunter-1.2.9/files/os.dat
--- rkhunter-1.2.9.orig/files/os.dat	2006-09-30 12:16:27.000000000 +1000
+++ rkhunter-1.2.9/files/os.dat	2007-02-18 22:05:23.000000000 +1100
@@ -181,3 +181,5 @@
 722:Red Hat Enterprise Linux ES release 3 (Taroon Update 8):/usr/bin/md5sum:/bin:
 722:Red Hat Enterprise Linux WS release 3 (Taroon Update 8):/usr/bin/md5sum:/bin:
 722:Red Hat Enterprise Linux AS release 3 (Taroon Update 8):/usr/bin/md5sum:/bin:
+723:Gentoo Linux 1.6 (powerpc64):/usr/bin/md5sum:/bin:
+
diff -ru rkhunter-1.2.9.orig/files/rkhunter rkhunter-1.2.9/files/rkhunter
--- rkhunter-1.2.9.orig/files/rkhunter	2007-02-18 21:59:23.000000000 +1100
+++ rkhunter-1.2.9/files/rkhunter	2007-02-18 22:05:48.000000000 +1100
@@ -2055,11 +2055,12 @@
 	    version=`cat /etc/gentoo-release | awk '{ print $5 }' | cut -d '.' -f1,2`
 	    uname_model=`uname -m`
 		case $uname_model in
-		    i[0-9]86) architecture=i386;    ;;
-		    ppc)      architecture=powerpc; ;;
-		    sparc)    architecture=sparc;   ;;
-		    sparc64)  architecture=sparc64; ;;
-		    x86_64)   architecture=x86_64;  ;;
+		    i[0-9]86) architecture=i386;      ;;
+		    ppc)      architecture=powerpc;   ;;
+		    ppc64)    architecture=powerpc64; ;;
+		    sparc)    architecture=sparc;     ;;
+		    sparc64)  architecture=sparc64;   ;;
+		    x86_64)   architecture=x86_64;    ;;
 		esac	  
 		logtext "Architecture ${uname_model} (->${architecture})"