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

(-)src/etc/rc (-1 / +1 lines)
Lines 251-257 Link Here
251
esac
251
esac
252
252
253
# Mount NFS filesystems if present in /etc/fstab
253
# Mount NFS filesystems if present in /etc/fstab
254
case "`mount -d -a -t nfs`" in
254
case "`mount -d -a -t nfs 2> /dev/null`" in
255
*mount_nfs*)
255
*mount_nfs*)
256
	echo -n 'Mounting NFS file systems:'
256
	echo -n 'Mounting NFS file systems:'
257
	mount -a -t nfs
257
	mount -a -t nfs

Return to bug 26597