ports/119130: [PATCH] security/rkhunter: Use --nocolors and remove --cronjob in the periodic script

Yi-Huan Chan yhchan at csie.nctu.edu.tw
Sat Dec 29 13:20:01 UTC 2007


>Number:         119130
>Category:       ports
>Synopsis:       [PATCH] security/rkhunter: Use --nocolors and remove --cronjob in the periodic script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 29 13:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Huan Chan
>Release:        FreeBSD 7.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD hubert.ckefgisc.org 7.0-RC1 FreeBSD 7.0-RC1 #0: Sun Dec 23 03:48:42 CST 2007
>Description:
* Use the option --nocolors to make daily report pretty.
* Remove the option --cronjob to show the result in daily report.

Port maintainer (farrokhi at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rkhunter-1.3.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/rkhunter.orig/files/415.rkhunter.in /usr/ports/security/rkhunter/files/415.rkhunter.in
--- /usr/ports/security/rkhunter.orig/files/415.rkhunter.in	2007-12-29 20:25:32.000000000 +0800
+++ /usr/ports/security/rkhunter/files/415.rkhunter.in	2007-12-29 20:37:27.000000000 +0800
@@ -19,7 +19,7 @@
 
 	echo ""
 	echo "Updating the rkhunter database..."
-	%%PREFIX%%/bin/rkhunter --update
+	%%PREFIX%%/bin/rkhunter --update --nocolors
 	;;
 esac
 
@@ -28,6 +28,6 @@
 
 	echo ""
 	echo "Running rkhunter..."
-	%%PREFIX%%/bin/rkhunter --checkall --cronjob --skip-keypress
+	%%PREFIX%%/bin/rkhunter --checkall --nocolors --skip-keypress
 	;;
 esac
--- rkhunter-1.3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list