diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:14:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:14:41 +0000 |
commit | 06b73af769fa91ca1e4183af479438603318049a (patch) | |
tree | 6c0ad0d0b4cb2a0e7d5c38075f8cfc76a007e25b /net-analyzer/mwcollect/files/confd | |
parent | (no commit message) (diff) | |
download | gentoo-2-import-1.1.1.tar.gz gentoo-2-import-1.1.1.tar.bz2 gentoo-2-import-1.1.1.zip |
*** empty log message ***import-1.1.1
Diffstat (limited to 'net-analyzer/mwcollect/files/confd')
-rw-r--r-- | net-analyzer/mwcollect/files/confd | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/net-analyzer/mwcollect/files/confd b/net-analyzer/mwcollect/files/confd index 4159b6ad924a..463621a095ab 100644 --- a/net-analyzer/mwcollect/files/confd +++ b/net-analyzer/mwcollect/files/confd @@ -6,21 +6,11 @@ # # Usage: /usr/sbin/mwcollectd [options] # Where options can be one of the following: -# -c <config-file> specify config file (defaults to /etc/mwcollectd.conf) -# -l <log-file> add log file -# -C add console logger -# -L <log-level> specify log level, inital is 3 -# -D detach from console -# -h display this info -# -# Example: -# /usr/sbin/mwcollectd -L critical -C -L info -l /var/log/mwcollectd.log -c /etc/mwcollectd.conf - -OPTIONS="-D -p /var/run/mwcollectd.pid -c /etc/mwcollect/mwcollectd.conf" +# +# --console-log [=tagpattern] - set console logging level +# --chroot=/opt/mwcollect/chroot - setup a chroot -# NOTE: DO NOT specify "-D", because mwcollectd does not create its pid file -# This way, start-stop-daemon makes it background and is able to create the -# pid file under /var/run +OPTIONS="" # example: add log file # OPTIONS="$OPTIONS -l /var/log/mwcollect.log -L 3" |