Use "fusectl" as the device for the fusectl filesystem. Debian Bug#417945
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 5 Apr 2007 18:39:57 +0000 (18:39 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 5 Apr 2007 18:39:57 +0000 (18:39 +0000)
ChangeLog
util/init_script

index 64e29c7d1a7cb32694ebcd2b77fe2a4a2f09f652..d5a254e774f8dd013b7a53627c799323c6094fcf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * mount.fuse should handle spaces in paths.  Debian Bug#417834.
        Reported by Alexander Blazej
 
+       * Use "fusectl" as the device for the fusectl filesystem.  Debian
+       Bug#417945.  Reported by Laurent Bonnaud
+
 2007-03-05  Miklos Szeredi <miklos@szeredi.hu>
 
        * mount.fuse should use /bin/bash.  Debian Bug#413403.  Reported
index 0ca395f9c583bffadee658c880d203d2de0735c5..2d1bd29f8aa69f7035b166b9830b25433c7e14ac 100755 (executable)
@@ -28,7 +28,7 @@ case "$1" in
        fi
        if grep -qw fusectl /proc/filesystems && \
           ! grep -qw $MOUNTPOINT /proc/mounts; then
-               mount -t fusectl none $MOUNTPOINT >/dev/null 2>&1 || \
+               mount -t fusectl fusectl $MOUNTPOINT >/dev/null 2>&1 || \
                        error "mounting control filesystem"
        fi
        echo "done."