On Thu, Mar 23, 2006 at 10:54:18AM +0000, Philip Armstrong wrote:
> >   if [ -c /dev/.static/dev/fuse ]; then chown root:fuse /dev/fuse; fi
> > 
> > So if /dev/fuse file doesn't exist this part of code should be skipped. 
> 
> The second line is wrong: /dev/.static/dev/fuse exists (because
> MAKEDEV created it at some point presumably), but /dev/fuse doesn't,
> so an error is reported by chown.
> 
> Did you mean:
> 
>  if [ -c /dev/.static/dev/fuse ]; then chown root:fuse /dev/.static/dev/fuse; 
> fi

Blah... of course I meant your version ;)

I'll upload fixed version very soon. Thanks again for the report.

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :       32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'           phone:+48602383548 | proud Debian maintainer and user
   `-          http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001

Attachment: signature.asc
Description: Digital signature

Reply via email to