From fa6426a768cc0375d9eee24e3d036f56e4ba36e3 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sun, 25 Jul 1999 06:06:35 +0000 Subject: initial checkin --- src/initlog.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/initlog.conf (limited to 'src/initlog.conf') diff --git a/src/initlog.conf b/src/initlog.conf new file mode 100644 index 00000000..ff503dcc --- /dev/null +++ b/src/initlog.conf @@ -0,0 +1,19 @@ +# /etc/initlog.conf +# +# initlog configuration file +# +# lines preceded by a '#' are comments +# +# anything not recognized is ignored. :) + +# This sets the default logging facility. (can override with command line arguments) +facility local7 + +# This sets the default logging priority. (can override with command line arguments) +priority notice + +# ignore foo +# means to discard any output from a command that matches regexp foo + +# This regexp is useful if you use fsck's -C option. +ignore [^:]+: \|[=]+ -- cgit v1.2.1