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/sguil-sensor | |
parent | bc5aca75fc79dd06f9129385efa276d198d40c1b (diff) | |
download | freebsd-ports-graphics-f3bf9401d614af9a4b192d73cdf8c63253643a04.tar.gz freebsd-ports-graphics-f3bf9401d614af9a4b192d73cdf8c63253643a04.tar.zst freebsd-ports-graphics-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/sguil-sensor')
-rw-r--r-- | security/sguil-sensor/files/sensor_agent.sh.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/sguil-sensor/files/sensor_agent.sh.in b/security/sguil-sensor/files/sensor_agent.sh.in index cf3a66e3eb6..4f24bc65d83 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 |