On Thu, 27 Jul 2000, Piotr Majka wrote:

> [root@link SPECS]# rpm -Uhv
> ../RPMS/i686/{chkconfig-1.2.7-1.i686.rpm,initscripts-5.35-1.i686.rpm}
> file /etc/rc.d/init.d conflicts between attemped installs of
> initscripts-5.35-1 and chkconfig-1.2.7-1
> file /etc/rc0.d conflicts between attemped installs of initscripts-5.35-1
> and chkconfig-1.2.7-1

The error message is a bug in rpm; the actual problem is that directories
have to be replaced with symlinks.
Do something like this:

cd /etc
mkdir initstuff
mv init.d rc?.d initstuff
rpm -Uvh initscripts* chkconfig*
rm -rf rc.d/*
mv initstuff/* rc.d

LLaP
bero




_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to