(RADIATOR) Minor bug in RPM %post
    neil d. quiogue 
    neil at quiogue.com
       
    Thu Dec  5 05:19:03 CST 2002
    
    
  
Not really a bug.  Since with the K15 it would be executed before the 
S90 and therefore it would attempt to execute a stop before a start.  
So in fact, it's still safe to coexist.
Regards, Neil
On Thursday, December 5, 2002, at 05:41  PM, Gustav Foseid wrote:
> 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 radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.
>
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
    
    
More information about the radiator
mailing list