Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2009 03:32:05 +0300
From:      Roman Kurakin <rik@inse.ru>
To:        Sam Leffler <sam@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, Doug Barton <dougb@freebsd.org>, src-committers@freebsd.org
Subject:   Re: svn commit: r186678 - head/usr.sbin/mergemaster
Message-ID:  <495D6085.5070206@localhost.inse.ru>
In-Reply-To: <495D5ECE.6000500@freebsd.org>
References:  <200901011141.n01BfDqj054333@svn.freebsd.org> <495D5ECE.6000500@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Sam Leffler wrote:
> Doug Barton wrote:
>>   2. Check for the deprecated 'nodev' option in /etc/fstab [3]
>>   
>
> mergemaster now prints:
>
> grep: /data/freebsd/roots/gateworks/etc/fstab: No such file or directory
>
> I suspect it's the above change.  Unfortunately you committed a bunch 
> of unrelated changes en masse so I am guessing.
I guess this is this one part of the patch:

+if grep -q nodev ${DESTDIR}/etc/fstab; then
+  echo ''
+  echo "*** You have the deprecated 'nodev' option in ${DESTDIR}/etc/fstab."
+  echo "    This can prevent your system from mounting the filesystem on reboot."
+  echo "    Please update your fstab before continuing."
+  echo "    See fstab(5) for more information."
+  echo ''
+  exit 1
 fi

rik
>
>    Sam
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?495D6085.5070206>