bird.init

Ondrej Fila Filip feela at network.cz
Fri Aug 25 14:31:18 CEST 2000


On Fri, 25 Aug 2000, Craig Bourne wrote:

> You may wish to evaluate the folowing change to your bird.init script:
> 
> on line 19 you have:
> 
> if [ ${NETWORKING} = "no" ]
> 
> which leads to the error message:
> 
> [: =: unary operator expected
> 
> You might instead youse the following and avoid this error:
> if [ "${NETWORKING}" = "no" ]
> 
> 

Thank you! It's fixed, new RPMs are available on
ftp://bird.network.cz/pub/bird/redhat

			F.

> 
> 
> 
> 
> Best Regards,
> Craig Bourne
> 
> 

-- 
Ondrej Feela Filip



More information about the Bird-users mailing list