#2815: New package: fuse
-------------------------+--------------------------------------------------
 Reporter:  Spinal       |       Owner:  blfs-b...@…                   
     Type:  enhancement  |      Status:  new                           
 Priority:  normal       |   Milestone:  6.4                           
Component:  BOOK         |     Version:  SVN                           
 Severity:  normal       |    Keywords:                                
-------------------------+--------------------------------------------------
 package: fuse

 url: http://fuse.sourceforge.net

 category: sys-fs

 proposed BLFS category: chapter 5 - File Systems

 version: 2.7.4

 download:
 http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=132802

 dependencies: FUSE configured as module or builtin in Linux kernel.

 short description: An interface for filesystems implemented in userspace.

 long description: FUSE (Filesystem in Userspace) is a simple interface for
 userspace programs to export a virtual filesystem to the Linux kernel.
 FUSE also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.

 build:
 {{{
 ./configure --sysconfdir=/etc --prefix=/usr \
             --disable-kernel-module --disable-example &&
 make
 }}}

 As the root user:
 {{{
 make install &&
 install -vdm755 /usr/share/doc/fuse-2.7.4/example &&
 cp -v AUTHORS ChangeLog Filesystems README README.NFS NEWS \
        doc/how-fuse-works doc/kernel.txt FAQ /usr/share/doc/ \
        fuse-2.7.4 &&
 cp -v example/* /usr/share/doc/fuse-2.7.4/example
 }}}

 configuration: /etc/fuse.conf

 init script: in attachment

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2815>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to