| Revision 1108,
658 bytes
checked in by daisuke, 16 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) |
|---|
| 10 | facility local7 |
|---|
| 11 | |
|---|
| 12 | # This sets the default logging priority. (can override with command line arguments) |
|---|
| 13 | priority 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. |
|---|
| 19 | ignore [^:]+: \|[=]+ |
|---|
| 20 | # This regexp is useful for fsck's feature of setting file types |
|---|
| 21 | ignore [^:]+: Setting filetype |
|---|
| 22 | # This regexp is useful for quotacheck |
|---|
| 23 | ignore ^[-\\\|\/]$ |
|---|
Note: See
TracBrowser
for help on using the repository browser.