]> git.pld-linux.org Git - packages/rkhunter.git/commitdiff
- typo patch
authorluzik <luzik@pld-linux.org>
Tue, 20 Jul 2004 22:41:04 +0000 (22:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rkhunter-typo.patch -> 1.1

rkhunter-typo.patch [new file with mode: 0644]

diff --git a/rkhunter-typo.patch b/rkhunter-typo.patch
new file mode 100644 (file)
index 0000000..3931706
--- /dev/null
@@ -0,0 +1,20 @@
+--- rkhunter/files/rkhunter.fix        2004-07-21 00:24:29.126645888 +0200
++++ rkhunter/files/rkhunter    2004-07-21 00:23:00.295150328 +0200
+@@ -1730,7 +1730,7 @@
+               if [ "${architecture}" = "" ]; then
+                   valid_os="0"
+                 else
+-                  full_osname="PLD ${version} (${architecture})"
++                  full_osname="${version} (${architecture})"
+                   valid_os="1"
+               fi
+           fi
+@@ -1742,7 +1742,7 @@
+       # CPUBuilders Linux?
+       if [ -e "/etc/cpub-release" ]
+         then
+-          version=`cat /etc/cpub-release"`      
++          version=`cat "/etc/cpub-release"`     
+           full_osname="${version}"
+           valid_os="1"
+           logtext "Info: Found /etc/cpub-release"
This page took 0.110014 seconds and 4 git commands to generate.