diff options
author | dougb <dougb@FreeBSD.org> | 2007-02-27 07:02:04 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-02-27 07:02:04 +0800 |
commit | f3bf9401d614af9a4b192d73cdf8c63253643a04 (patch) | |
tree | 4131cf2e93de8a77a377c91f98754ad57198b04b /security | |
parent | bc5aca75fc79dd06f9129385efa276d198d40c1b (diff) | |
download | freebsd-ports-gnome-f3bf9401d614af9a4b192d73cdf8c63253643a04.tar.gz freebsd-ports-gnome-f3bf9401d614af9a4b192d73cdf8c63253643a04.tar.zst freebsd-ports-gnome-f3bf9401d614af9a4b192d73cdf8c63253643a04.zip |
Another round of the periodic sweep for removal of the
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).
Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/files/amavis-p0fanalyzer.sh.in | 1 | ||||
-rw-r--r-- | security/sguil-sensor/files/sensor_agent.sh.in | 7 | ||||
-rw-r--r-- | security/sguil-server/files/sguild.sh.in | 4 | ||||
-rw-r--r-- | security/snort_inline/files/snort.sh.in | 5 |
4 files changed, 10 insertions, 7 deletions
diff --git a/security/amavisd-new/files/amavis-p0fanalyzer.sh.in b/security/amavisd-new/files/amavis-p0fanalyzer.sh.in index df48438d3387..ab2988629cbf 100644 --- a/security/amavisd-new/files/amavis-p0fanalyzer.sh.in +++ b/security/amavisd-new/files/amavis-p0fanalyzer.sh.in @@ -4,7 +4,6 @@ # PROVIDE: amavis_p0fanalyzer # REQUIRE: DAEMON # BEFORE: amavisd -# KEYWORD: FreeBSD amavis_p0fanalyzer_enable="${amavis_p0fanalyzer_enable-NO}" amavis_p0fanalyzer_p0f_filter="${amavis_p0fanalyzer_p0f_filter-"tcp dst port 25"}" diff --git a/security/sguil-sensor/files/sensor_agent.sh.in b/security/sguil-sensor/files/sensor_agent.sh.in index cf3a66e3eb62..4f24bc65d83e 100644 --- a/security/sguil-sensor/files/sensor_agent.sh.in +++ b/security/sguil-sensor/files/sensor_agent.sh.in @@ -1,14 +1,15 @@ #!/bin/sh -# + +# $FreeBSD$ # PROVIDE: sensor_agent # REQUIRE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable sensor_agent: # sensor_agent_enable (bool): Set to YES to enable sensor_agent # Default: NO -# sensor_agent_flags (str): Extra flags passed to sensor_agent +# sensor_agent_flags (str): Extra flags passed to sensor_agent # Default: -D # sensor_agent_conf (str): Sensor_agent configuration file # Default: %%PREFIX%%/etc/sensor_agent.conf diff --git a/security/sguil-server/files/sguild.sh.in b/security/sguil-server/files/sguild.sh.in index 9bc712efe3c3..febad2a7cef0 100644 --- a/security/sguil-server/files/sguild.sh.in +++ b/security/sguil-server/files/sguild.sh.in @@ -1,8 +1,10 @@ #!/bin/sh +# $FreeBSD$ + # PROVIDE: sguild # REQUIRE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable sguild: # sguild_enable (bool): Set to YES to enable sguild diff --git a/security/snort_inline/files/snort.sh.in b/security/snort_inline/files/snort.sh.in index aecaf43cd77a..ee0e05e000c1 100644 --- a/security/snort_inline/files/snort.sh.in +++ b/security/snort_inline/files/snort.sh.in @@ -1,10 +1,11 @@ #!/bin/sh -# $Id$ + +# $FreeBSD$ # PROVIDE: snort # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable snort: # snort_enable (bool): Set to YES to enable snort |