On Wed, 2002-05-01 at 16:36, Oden Eriksson wrote:
> On Wednesdayen den 1 May 2002 23.14, Michael Reinsch wrote:
> > Hi!
> >
> > On Mit, 01 Mai 2002 18:16:30 Frederic Lepied wrote:
> > > * Thu May 02 2002 Frederic Lepied <[EMAIL PROTECTED]> 6.40.2-42mdk
> >
> > Some of the /etc/init.d/* scripts (I only tried alsa and kudzu before I
> > went back to the old version...) seem to be broken in this package. They
> > complain about unknown gprintf and something like "[ -n "%s" $foo ]"
> > doesn't look very good to me...
> 
> Yes, this is very annoying..., try again and do this after installing the new 
> one:
> 
> cd /etc/rc.d/
> mv rc.sysinit.rpmnew rc.sysinit
> mv rc.modules.rpmnew rc.modules
> mv rc.local.rpmnew rc.local
> mv rc.rpmnew rc
> 
> cd /etc/rc.d/init.d
> mv alsa.rpmnew alsa
> mv functions.rpmnew functions
> mv halt.rpmnew halt
> mv kheader.rpmnew kheader
> mv mandrake_consmap.rpmnew mandrake_consmap
> mv mandrake_everytime.rpmnew mandrake_everytime
> mv mandrake_firstime.rpmnew mandrake_firstime
> mv netfs.rpmnew netfs
> mv network.rpmnew network
> mv partmon.rpmnew partmon
> mv rawdevices.rpmnew rawdevices
> mv random.rpmnew random
> mv single.rpmnew single
> mv sound.rpmnew sound
> mv usb.rpmnew usb

You're way more patient than I.

# cd /etc/rc.d/init.d
# for file in *rpmnew ; do mv -f $file `echo $file | cut -d . -f 1` ;
done
-- 
Brad Felmey


Reply via email to