From owner-svn-src-all@FreeBSD.ORG Tue Jan 13 12:47:59 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA44B106564A; Tue, 13 Jan 2009 12:47:59 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C11EE8FC1E; Tue, 13 Jan 2009 12:47:59 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n0DClxq6003959; Tue, 13 Jan 2009 12:47:59 GMT (envelope-from trhodes@svn.freebsd.org) Received: (from trhodes@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n0DClxh7003958; Tue, 13 Jan 2009 12:47:59 GMT (envelope-from trhodes@svn.freebsd.org) Message-Id: <200901131247.n0DClxh7003958@svn.freebsd.org> From: Tom Rhodes Date: Tue, 13 Jan 2009 12:47:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r187146 - head/share/examples/cvsup X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 13 Jan 2009 12:48:00 -0000 Author: trhodes Date: Tue Jan 13 12:47:59 2009 New Revision: 187146 URL: http://svn.freebsd.org/changeset/base/187146 Log: Fix broken URL and use the same base directory as the example files. PR: 123035 Submitted by: Lawrence Mayer (original version) Modified: head/share/examples/cvsup/refuse.README Modified: head/share/examples/cvsup/refuse.README ============================================================================== --- head/share/examples/cvsup/refuse.README Tue Jan 13 12:37:02 2009 (r187145) +++ head/share/examples/cvsup/refuse.README Tue Jan 13 12:47:59 2009 (r187146) @@ -12,8 +12,8 @@ everything beneath that directory will b You can copy "refuse" to your sup directory and add or remove whatever you like. The example supfiles in this directory set -CVSup's base directory to "/usr". The sup directory is in the base -directory; i.e., it is "/usr/sup". If you have changed your base +CVSup's base directory to "/var/db". The sup directory is in the base +directory; i.e., it is "/var/db/sup". If you have changed your base directory, your sup directory is /path/to/base/sup. This file used to contain /usr/src/etc/sendmail/freebsd.mc in case @@ -62,4 +62,4 @@ depend on files in completely different For more information about refuse files see cvsup(1), which is installed by the "cvsup" and "cvsup-bin" ports. See also the CVSup -FAQ at . +FAQ at .