View | Details | Raw Unified | Return to bug 122907
Collapse All | Expand All

(-)ports/sysutils/fusefs-kmod/files/fusefs.in (-1 / +3 lines)
Lines 50-56 Link Here
50
			;;
50
			;;
51
		esac
51
		esac
52
	done
52
	done
53
	kldunload $kmod
53
	until kldunload $kmod; do
54
		/bin/sleep 0.25
55
	done
54
}
56
}
55
load_rc_config $name
57
load_rc_config $name

Return to bug 122907