Julian Gilbey wrote:
> I (very belatedly) second this proposal.

Thanks. I think I have enough seconds now, don't really remember.

> There's one small change I would make though; see below.

> > +         if [ -e /etc/default/bind ]; then
> 
> I would change the test to [ -f /etc/default/bind ].

Why? -e ensures the file exists. If the admin wants to make it a symlink
for some reason, that is their perogative, and using -f would make it be
ignored then.

-- 
see shy jo

Reply via email to