FreeBSD Bugzilla – Attachment 87338 Details for
Bug 123938
security/barnyard, upgrade the startup script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-files-barnyard.sh.in
patch-files-barnyard.sh.in (text/plain), 2.01 KB, created by
pauls
on 2008-05-23 20:10:02 UTC
(
hide
)
Description:
patch-files-barnyard.sh.in
Filename:
MIME Type:
Creator:
pauls
Created:
2008-05-23 20:10:02 UTC
Size:
2.01 KB
patch
obsolete
>--- files/barnyard.sh.in.orig 2008-05-23 13:27:52.000000000 -0500 >+++ files/barnyard.sh.in 2008-05-23 13:45:34.000000000 -0500 >@@ -12,22 +12,44 @@ > # barnyard_flags (str): Extra flags passed to barnyard > # Default: -D > # barnyard_conf (str): Barnyard configuration file >-# Default: ${PREFIX}/etc/barnyard.conf >+# Default: %%PREFIX%%/etc/barnyard.conf > # >+# Usage: barnyard [OPTIONS]... (continual mode) >+# or: barnyard -o [OPTIONS]... FILES... (batch mode) >+# Information Options: >+# -h Show this help information >+# -? Show this help information >+# -V Show version and exit >+# -R Display processed configuration and exit >+# General Configuration Options: >+# -c <file> Use configuration file <file> >+# -d <dir> Read spool files from <dir> >+# -L <dir> Write output files in <dir> >+# -v Increase the verbosity level by 1 >+# -s <file> Read the sid-msg map from <file> >+# -g <file> Read the gen-msg map from <file> >+# -p <file> Read the classification map from <file> >+# Continual Processing Mode Options: >+# -a <dir> Archive processed files to <dir> >+# -f <base> Use <base> as the base unified filename >+# -n Only process new events >+# -w <file> Enable bookmarking using <file> >+# -D Run in daemon mode >+# -X <file> Use <file> as the pid file >+# Batch Processing Mode Options: >+# -o Enable batch processing mode > > . %%RC_SUBR%% > > name="barnyard" >+load_rc_config $name > rcvar=`set_rcvar` >+# set some defaults >+: ${barnyard_enable="NO"} >+: ${barnyard_conf="%%PREFIX%%/etc/barnyard.conf"} >+: ${barnyard_flags="-D"} > > command="%%PREFIX%%/bin/barnyard" >- >-load_rc_config $name >- >-[ -z "$barnyard_enable" ] && barnyard_enable="NO" >-[ -z "$barnyard_conf" ] && barnyard_conf="%%PREFIX%%/etc/barnyard.conf" >-[ -z "$barnyard_flags" ] && barnyard_flags="-D" >- >-[ -n "$barnyard_conf" ] && barnyard_flags="$barnyard_flags -c $barnyard_conf" >+command_args="-c ${barnyard_conf} ${barnyard_flags}" > > run_rc_command "$1"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 123938
:
87337
| 87338