diff options
author | Bill Nottingham <notting@redhat.com> | 1999-11-03 22:05:59 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-11-03 22:05:59 +0000 |
commit | a6aa9f2c1d0bc70420985cca4075cae8818d8bd8 (patch) | |
tree | 76bfe827d2fb5ab8a0775956f055168bd51a88eb /src | |
parent | 05951992d060dc8896addee3eaebbbd69e75ebc7 (diff) | |
download | initscripts-a6aa9f2c1d0bc70420985cca4075cae8818d8bd8.tar initscripts-a6aa9f2c1d0bc70420985cca4075cae8818d8bd8.tar.gz initscripts-a6aa9f2c1d0bc70420985cca4075cae8818d8bd8.tar.bz2 initscripts-a6aa9f2c1d0bc70420985cca4075cae8818d8bd8.tar.xz initscripts-a6aa9f2c1d0bc70420985cca4075cae8818d8bd8.zip |
make comments a little more clear.
Diffstat (limited to 'src')
-rw-r--r-- | src/initlog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initlog.conf b/src/initlog.conf index aa20c399..5328554d 100644 --- a/src/initlog.conf +++ b/src/initlog.conf @@ -13,7 +13,7 @@ facility local7 priority notice # ignore foo -# means to discard any output from a command that matches regexp foo +# means to discard any output lines that match the regular expression foo # This regexp is useful if you use fsck's -C option. ignore [^:]+: \|[=]+ |