diff --git a/etc/rc b/etc/rc index b867d757eaea..504890d58914 100644 --- a/etc/rc +++ b/etc/rc @@ -398,7 +398,7 @@ case ${ipv6_enable} in esac # Mount NFS filesystems if present in /etc/fstab -case "`mount -d -a -t nfs`" in +case "`mount -d -a -t nfs 2> /dev/null`" in *mount_nfs*) echo -n 'Mounting NFS file systems:' mount -a -t nfs