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

Collapse All | Expand All

(-)/etc/rc (-4 / +6 lines)
Lines 200-209 Link Here
200
	;;
206
	;;
201
esac
207
esac
202
208
203
# Mount NFS filesystems.
209
# Mount NFS filesystems if present in /etc/fstab.
204
echo -n "Mounting NFS file systems"
210
if mount -d -a -t nfs | grep nfs >/dev/null 2>&1 ; then
205
mount -a -t nfs
211
	echo -n "Mounting NFS file systems"
206
echo .
212
	mount -a -t nfs
213
	echo .
214
fi
207
215
208
# Whack the pty perms back into shape.
216
# Whack the pty perms back into shape.
209
#
217
#

Return to bug 17594