Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2013 21:44:45 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r245918 - head
Message-ID:  <201301252144.r0PLijsB031278@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc,ports committer)
Date: Fri Jan 25 21:44:45 2013
New Revision: 245918
URL: http://svnweb.freebsd.org/changeset/base/245918

Log:
  Fix update method (s/SUP/CVS) warning.
  
  Submitted by:	Ryan Stone
  MFC after:	1 day

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Jan 25 21:38:31 2013	(r245917)
+++ head/Makefile.inc1	Fri Jan 25 21:44:45 2013	(r245918)
@@ -1044,7 +1044,7 @@ update:
 		echo ">>> Updating ${.CURDIR} from CVS repository" ${CVSROOT} ; \
 		echo "--------------------------------------------------------------" ; \
 		echo "!! WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!" ; \
-		echo "!! Update methods with ${SUP} are deprecated." ; \
+		echo "!! Update methods with CVS are deprecated." ; \
 		echo "!! Please see http://www.freebsd.org/handbook/svn.html" ; \
 		echo "!! and convert your update method to SVN_UPDATE or" ; \
 		echo "!! freebsd-update(8)." ; \



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