logger breaks rhel5 boot

Mihai Vintila mihaiv@4psa.com
Fri, 9 May 2008 12:12:35 +0300


Logger from dcc installs itself in /usr/sbin this breaks redhat/centos =
boot since logger from dcc does not support -i  parameter=20
Affected line : /etc/sysconfig/network-scripts/network-functions:      =
logger -p local7.notice -t "NET" -i "$0 : updated /etc/resolv.conf";


Logger script should support all parameters even if it does nothing with =
them
usage: logger [-is] [-f file] [-p pri] [-t tag] [-u socket] [ message =
... ]