Project

General

Profile

« Previous | Next » 

Revision 3a644b61

Added by Renato Botelho over 10 years ago

Fix typo in variable name

View differences:

etc/rc
60 60
	kldstat -qm zfs
61 61
	if [ $? = 0 ]; then
62 62
		ZFSFSAVAILABLE=$(/sbin/zfs mount 2>/dev/null | wc -l)
63
		if [ $ZFSAVAILABLE -eq 0 ]; then
63
		if [ $ZFSFSAVAILABLE -eq 0 ]; then
64 64
			kldunload zfs
65 65
		elif [ -f /usr/bin/grep ]; then
66 66
			ZFSROOT=`/sbin/zfs mount | /usr/bin/grep ' /$' | /usr/bin/cut -d ' ' -f 1`

Also available in: Unified diff