source: projects/initscripts/tags/initscripts-8.91.3/src/initlog.conf @ 1108

Revision 1108, 658 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
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 [^:]+: \|[=]+
20# This regexp is useful for fsck's feature of setting file types
21ignore [^:]+: Setting filetype
22# This regexp is useful for quotacheck
23ignore ^[-\\\|\/]$
Note: See TracBrowser for help on using the repository browser.