Quel Qun wrote:

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,


On a related note, initscripts no longer seems to load up ALSA drivers, or any sound modules at all for that matter, even after repairing the 'head -1'. :(
-Michael





Reply via email to