]> git.pld-linux.org Git - projects/rc-scripts.git/blame - src/initlog.conf
- update from initscripts-8.54, except killing startDaemon() and adding deprecation...
[projects/rc-scripts.git] / src / initlog.conf
CommitLineData
458f14b7
AM
1# /etc/initlog.conf
2#
3# initlog configuration file
4#
5# lines preceded by a '#' are comments
6#
7# anything not recognized is ignored. :)
8
9# This sets the default logging facility. (can override with command line arguments)
10facility local7
11
12# This sets the default logging priority. (can override with command line arguments)
13priority notice
14
15# ignore foo
16# means to discard any output lines that match the regular expression foo
17
18# This regexp is useful if you use fsck's -C option.
19ignore [^:]+: \|[=]+
d19f3e79
ER
20# This regexp is useful for fsck's feature of setting file types
21ignore [^:]+: Setting filetype
458f14b7
AM
22# This regexp is useful for quotacheck
23ignore ^[-\\\|\/]$
This page took 0.055099 seconds and 4 git commands to generate.