Hi,

Noticed this message during the boot process. 'head -1' should be
replaced by 'head -n 1'.

for i in `rpm -ql initscripts` ; do
  z=`grep -m 1 "head -[[:digit:]]" $i` ;
  if [[ -n $z ]] ; then
    echo $i: $z;
  fi ;
done

/etc/rc.d/rc.modules
/etc/sysconfig/network-scripts/ifdown-ppp
/etc/sysconfig/network-scripts/ifup
/sbin/ifup
/usr/share/alsa/alsa-utils

It looks like a bunch of other scripts use 'head -1', it would be safer
to change them as early as possible.

Rgds,
-- 
kk1

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to