From 44b77f33bf06d25424cc0a4adf7a3aefa07c6d45 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 10 Aug 1999 18:35:23 +0000 Subject: ignore anything before a ^H ignore twiddles on lines by themselves allow BOL/EOL matching --- src/initlog.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/initlog.conf') 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 ^[-\\\|\/]$ -- cgit