#----------------------------------------------------------------------------- # /etc/rc.d/rc180.ow.fuse - FUSE Start-up __FLI4LVER__ # # Creation: 04.02.2009 kmw # Modification: 22.01.2012 Roland Franke # Last Update: $Id$ #----------------------------------------------------------------------------- case $OW_OWFS in yes) begin_script OW "starting FUSE ..." if do_modprobe fuse then if ! mknod /dev/fuse c 10 229 then log_info "Cannot create node for FUSE or FUSE Exist" fi fi end_script ;; esac