View | Details | Raw Unified | Return to bug 17594 | Differences between
and this patch

Collapse All | Expand All

(-)/etc/rc (-3 / +6 lines)
Lines 172-180 Link Here
172
	network_pass1
172
	network_pass1
173
fi
173
fi
174
174
175
echo -n "Mounting NFS file systems"
175
# Mount NFS filesystems if present in /etc/fstab.
176
mount -a -t nfs
176
if mount -d -a -t nfs | grep nfs >/dev/null 2>&1 ; then
177
echo .
177
	echo -n "Mounting NFS file systems"
178
	mount -a -t nfs
179
	echo .
180
fi
178
181
179
# Whack the pty perms back into shape.
182
# Whack the pty perms back into shape.
180
chflags 0 /dev/tty[pqrsPQRS]*
183
chflags 0 /dev/tty[pqrsPQRS]*

Return to bug 17594