From owner-svn-src-all@FreeBSD.ORG Fri Jan 25 21:37:11 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14B182A6; Fri, 25 Jan 2013 21:37:11 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) by mx1.freebsd.org (Postfix) with ESMTP id 9012FB44; Fri, 25 Jan 2013 21:37:09 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id h16so1029916oag.5 for ; Fri, 25 Jan 2013 13:37:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=AHbJzyChMeQDwHJr82UdhflnFDSFez0yA0eY3z/6klo=; b=VN3rMja5lgNys1mRwqDxNGFouauvWkaiaFyA/y4csZ3Guw+kxE3zU4RhcOIAwo0pYI c2X8rFD9v1g8e+vPTAsiz2pECBFkmujYQniz3mbvRVO/y3gwW7INWlmQpDq/+mcLd83B nrPdajmeg0rOwsAJ+091uoyDxOYsATPw5uu3FYOIDmcmVjxzbVjUwD59teCDP0hWD7FZ jZEbgPKkL9SDdDqWQcIOQdFE7skgnjAEEDLcNmS9xU/CWH2cVrH5PNu57Kdb+OO+DLbt eEChyrom/WLoDru7txKeGnVpfsson3sUNBG7TwZBviEiEY1gvlh/k41qtglNYZvEmCxB U+Hw== MIME-Version: 1.0 X-Received: by 10.60.169.207 with SMTP id ag15mr5539957oec.120.1359149824156; Fri, 25 Jan 2013 13:37:04 -0800 (PST) Received: by 10.76.128.68 with HTTP; Fri, 25 Jan 2013 13:37:04 -0800 (PST) In-Reply-To: <201301250046.r0P0k2gE050651@svn.freebsd.org> References: <201301250046.r0P0k2gE050651@svn.freebsd.org> Date: Fri, 25 Jan 2013 16:37:04 -0500 Message-ID: Subject: Re: svn commit: r245896 - stable/8 From: Ryan Stone To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 21:37:11 -0000 On Thu, Jan 24, 2013 at 7:46 PM, Glen Barber wrote: > echo > "--------------------------------------------------------------" ; \ > echo ">>> Updating ${.CURDIR} from CVS repository" > ${CVSROOT} ; \ > echo > "--------------------------------------------------------------" ; \ > + echo "!! WARNING WARNING WARNING WARNING WARNING WARNING > WARNING !!" ; \ > + echo "!! Update methods with ${SUP} are deprecated." ; \ > Do we mean to say ${SUP} and not cvs here?