If the kernel doesn't have support for fuse, exit nicely.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Thu, 21 Aug 2008 01:23:24 +0000 (01:23 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Thu, 21 Aug 2008 01:23:24 +0000 (01:23 +0000)
fuse-pl.init

index 39c34d3..2f0eebe 100644 (file)
@@ -29,7 +29,7 @@ case "$1" in
                 echo -n "Loading fuse module"
                 if ! modprobe fuse >/dev/null 2>&1; then
                         echo " failed!"
-                        exit 1
+                        exit 0
                 else
                         echo "."
                 fi