]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: fix -p kern.* priority is accepted regression
authorRainer Gerhards <rgerhards@adiscon.com>
Thu, 5 Mar 2015 15:54:34 +0000 (16:54 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Mar 2015 09:16:44 +0000 (10:16 +0100)
commitd239040764ad0b7100ffb6151486b9b6d3c6b617
tree91cbc2bce7720643e4ca07e8e291c5d06db8d1e8
parent23dd342403042789aec5687eb4d80990ec5b9304
logger: fix -p kern.* priority is accepted regression

Pre 2.26, syslog(3) was used for local logging, and it did not
accept kern.* priorities. This is re-enabled by the patch.
misc-utils/logger.c