[Forensics-changes] [SCM] debian-forensics/rkhunter branch, master, updated. debian/1.3.8-10-2-g2074885

Julien Valroff julien at kirya.net
Tue Nov 15 20:22:47 UTC 2011


The following commit has been merged in the master branch:
commit 207488506286cd1869cfdc46ec94248dda8ba1a7
Author: Julien Valroff <julien at kirya.net>
Date:   Tue Nov 15 21:16:28 2011 +0100

    Fix patch

diff --git a/debian/patches/30_add-list-propfiles-option.diff b/debian/patches/30_add-list-propfiles-option.diff
index ef1f653..b2bbb58 100644
--- a/debian/patches/30_add-list-propfiles-option.diff
+++ b/debian/patches/30_add-list-propfiles-option.diff
@@ -76,14 +76,28 @@ Last-Update: 2011-11-15
  	echo $ECHOOPT "     -l, --logfile [file]              Write to a logfile"
  	echo $ECHOOPT "                                       (Default is $DFLT_LOGFILE)"
  	echo $ECHOOPT "         --noappend-log                Do not append to the logfile, overwrite it"
-@@ -17124,6 +17147,10 @@
+@@ -17124,10 +17147,11 @@
  			shift
  			LIST_OPT="${LIST_OPT} perl "
  			;;
+-		"")
+-			LIST_OPT="${LIST_OPT} tests languages rootkits perl "
 +		propfiles)
 +			shift
 +			LIST_OPT="${LIST_OPT} propfiles "
-+			;;
- 		"")
+ 			;;
+-		-*)
++		"")
  			LIST_OPT="${LIST_OPT} tests languages rootkits perl "
  			;;
+ 		*)
+@@ -17433,6 +17457,9 @@
+ 		perl)
+ 			display_perl_modules
+ 			;;
++		propfiles)
++			display_propfiles
++			;;
+ 		*)
+ 			display_rootkits
+ 			;;

-- 
debian-forensics/rkhunter



More information about the forensics-changes mailing list