Date: Thu, 16 Aug 2001 10:43:03 +0300 (EEST) From: Olexandr Kunytsa <kunia@snark.ukma.kiev.ua> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/29767: incorrect description of 'standart-supfile' Message-ID: <200108160743.f7G7h3R25774@snark.ukma.kiev.ua>
index | next in thread | raw e-mail
>Number: 29767
>Category: docs
>Synopsis: incorrect description of 'standart-supfile'
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 16 00:50:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Olexandr Kunytsa
>Release: FreeBSD 4.3-STABLE i386
>Organization:
XTC
>Environment:
System: FreeBSD snark.ukma.kiev.ua 4.3-STABLE FreeBSD 4.3-STABLE #2: Fri Jul 27 11:48:33 EEST 2001 root@snark.ukma.kiev.ua:/usr/obj/usr/src/sys/AUDIO i386
>Description:
standard-supfile in -stable now gets you the -stable sources, but it
is pointed inside the file that it contains "CVSup collections" for
current-sources.
>How-To-Repeat:
enigma# head -4 standard-supfile
# $FreeBSD: src/share/examples/cvsup/standard-supfile,v 1.17.2.2 2001/04/11 21:5
0:13 nik Exp $
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current source tree.
enigma# head -4 stable-supfile
# $FreeBSD: src/share/examples/cvsup/stable-supfile,v 1.19.2.4 2000/08/18 18:50:
21 jkh Exp $
#
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-stable source tree.
enigma# grep -v # standard-supfile > 1
enigma# grep -v # stable-supfile > 2
enigma# diff -u 1 2
enigma#
>Fix:
--- standard-supfile.orig Thu Aug 16 10:30:23 2001
+++ standard-supfile Thu Aug 16 10:30:52 2001
@@ -1,7 +1,7 @@
# $FreeBSD: src/share/examples/cvsup/standard-supfile,v 1.17.2.2 2001/04/11 21:50:13 nik Exp $
#
# This file contains all of the "CVSup collections" that make up the
-# FreeBSD-current source tree.
+# FreeBSD-stable source tree.
#
# CVSup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108160743.f7G7h3R25774>
