diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-10 18:35:23 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-10 18:35:23 +0000 |
commit | 44b77f33bf06d25424cc0a4adf7a3aefa07c6d45 (patch) | |
tree | d4fa81d48b167c101c35c45a25ee86dc602ae2d5 /src/initlog.conf | |
parent | ee96d1d3a2e6f9563016585bc7ed10678f2bd577 (diff) | |
download | initscripts-44b77f33bf06d25424cc0a4adf7a3aefa07c6d45.tar initscripts-44b77f33bf06d25424cc0a4adf7a3aefa07c6d45.tar.gz initscripts-44b77f33bf06d25424cc0a4adf7a3aefa07c6d45.tar.bz2 initscripts-44b77f33bf06d25424cc0a4adf7a3aefa07c6d45.tar.xz initscripts-44b77f33bf06d25424cc0a4adf7a3aefa07c6d45.zip |
ignore anything before a ^H
ignore twiddles on lines by themselves
allow BOL/EOL matching
Diffstat (limited to 'src/initlog.conf')
-rw-r--r-- | src/initlog.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/initlog.conf b/src/initlog.conf index ff503dcc..aa20c399 100644 --- a/src/initlog.conf +++ b/src/initlog.conf @@ -17,3 +17,5 @@ priority notice # This regexp is useful if you use fsck's -C option. ignore [^:]+: \|[=]+ +# This regexp is useful for quotacheck +ignore ^[-\\\|\/]$ |