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

(-)libexec/rc/rc.d/ipfw (-1 / +1 lines)
Lines 63-69 ipfw_start() Link Here
63
		echo 'Firewall rules loaded.'
63
		echo 'Firewall rules loaded.'
64
	elif [ "`ipfw list 65535`" = "65535 deny ip from any to any" ]; then
64
	elif [ "`ipfw list 65535`" = "65535 deny ip from any to any" ]; then
65
		echo 'Warning: kernel has firewall functionality, but' \
65
		echo 'Warning: kernel has firewall functionality, but' \
66
		    ' firewall rules are not enabled.'
66
		    'firewall rules are not enabled.'
67
		echo '           All ip services are disabled.'
67
		echo '           All ip services are disabled.'
68
	fi
68
	fi
69
69
(-)libexec/rc/rc.d/mountlate (-1 / +1 lines)
Lines 32-38 mountlate_start() Link Here
32
		;;
32
		;;
33
	*)
33
	*)
34
		echo 'Mounting /etc/fstab filesystems failed,' \
34
		echo 'Mounting /etc/fstab filesystems failed,' \
35
		    ' startup aborted'
35
		    'startup aborted'
36
		stop_boot true
36
		stop_boot true
37
		;;
37
		;;
38
	esac
38
	esac

Return to bug 247948