f29ba24def
- Use new sa-spamd.sh to restart (Thanks to Angelo Turetta) PR: ports/74562 Submitted by: maintainer
26 lines
1.3 KiB
Text
26 lines
1.3 KiB
Text
--- rules_du_jour.orig Sat Aug 28 23:45:23 2004
|
|
+++ rules_du_jour Tue Nov 30 21:16:05 2004
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/usr/local/bin/bash
|
|
# Version 1.18 Added kluge to specify configfile location: RDJ_CONFIGFILE. Fixed SARE_HEADER version extraction.
|
|
|
|
##########################
|
|
@@ -52,7 +52,7 @@
|
|
# (my_rules_du_jour wrapper script is no longer recommended)
|
|
# Reads persistent configuration files from /etc, if one exists.
|
|
# /etc/rulesdujour/config is the recommended configuration file location.
|
|
-for i in ${RDJ_CONFIGFILE} /etc/rulesdujour/config /etc/rulesdujour /etc/mail/rulesdujour /etc/sysconfig/RulesDuJour /etc/sysconfig/rulesdujour ; do
|
|
+for i in ${RDJ_CONFIGFILE} /usr/local/etc/rulesdujour/config /usr/local/etc/rulesdujour /usr/local/etc/mail/rulesdujour ; do
|
|
[ -f "$i" ] && source $i ;
|
|
done;
|
|
|
|
@@ -138,7 +138,7 @@
|
|
#### Here are settings for Tripwire. ####
|
|
TRIPWIRE=0; # Index of Tripwire data into the arrays is 0
|
|
CF_URLS[0]="http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf";
|
|
- CF_FILES[0]="tripwire.cf";
|
|
+ CF_FILES[0]="99_FVGT_Tripwire.cf";
|
|
CF_NAMES[0]="TripWire";
|
|
PARSE_NEW_VER_SCRIPTS[0]="${PERL} -ne 'print if /^\s*#.*(vers?|version|rev|revision)[:\.\s]*[0-9]/i;' | sort | ${TAIL}";
|
|
# CF_MUNGE_SCRIPTS[0]="nothing necessary for this ruleset.";
|