diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-02-26 23:02:04 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-02-26 23:02:04 +0000 |
commit | b4118877b149a63f979d1ab051dbe28eddc890cb (patch) | |
tree | 0b3d34c269a6874732dfe4add414f16ba3328a4c /security/sguil-sensor | |
parent | 1dee70fb5b76a3985569927f2dd53cb4e546cad8 (diff) |
Notes
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 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 |