From 883234b7943f93dc33ee5f237c9183973a5090f4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 15 Jul 2008 10:40:55 +0200 Subject: [PATCH] Correcting httpfs2 inclusion in hook. --- hooks/live | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/hooks/live b/hooks/live index 4c72f0b..9aeca4b 100755 --- a/hooks/live +++ b/hooks/live @@ -139,15 +139,13 @@ fi # FUSE kernel module manual_add_modules fuse -# FUSE filesystem: httpfs -if [ -x /usr/bin/httpfs_ssl ] +# FUSE filesystem: httpfs2 +if [ -x /usr/bin/httpfs2_ssl ] then copy_exec /usr/bin/httpfs2_ssl /bin/httpfs -else - if [ -x /usr/bin/httpfs ] - then - copy_exec /usr/bin/httpfs2 /bin/httpfs - fi +elif [ -x /usr/bin/httpfs2 ] +then + copy_exec /usr/bin/httpfs2 /bin/httpfs fi # FUSE filesystem: curlftpfs @@ -155,4 +153,3 @@ if [ -x /usr/bin/curlftpfs ] then copy_exec /usr/bin/curlftpfs /bin fi - -- 2.1.4