Hi all,
There seems to be a small bug in the %post script in the RPM for
Radiator 3.4.1.
The following:
# Add startup script
for i in 0 1 2 3 4 5 6
do
ln -sf ../init.d/radiator $rcbase/rc$i.d/K15radiator
done
for i in 2 3 4 5
do
ln -sf ../init.d/radiator $rcbase/rc$i.d/S90radiator
done
Should be replaced with:
/sbin/chkconfig --add radiator
That might be more RedHat specific, but at least I would recommend to
have either S90 links or K15 links not both.
--
Gustav Foseid, Initio IT-l�sninger AS
http://www.initio.no/
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.