Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2001 12:21:04 +0200 (CEST)
From:      edwin@mavetju.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/26729: default doc-supfile puts files in wrong default directory
Message-ID:  <20010420102104.385E8236@cgmd76206.chello.nl>

next in thread | raw e-mail | index | archive | help

>Number:         26729
>Category:       misc
>Synopsis:       default doc-supfile puts files in wrong directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 03:30:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
-
>Environment:

	FreeBSD 4.2, standard doc-supfile.

>Description:

	After cvsupping the documents-tree I realized that none of
	the files had changed. Later on I found that all the
	documents were stored in /usr/doc instead of /usr/share/doc.

	Realizing that this also happened with the ports-collection
	(/usr/ports) and checking the supfiles, I wondered if the
	default prefix for the doc-supfile could be changed into
	/usr/share so that everything there will be updated nicely.

>How-To-Repeat:

	-

>Fix:

[/usr/src/share/examples/cvsup] root@p6>diff -u doc-supfile.old doc-supfile
--- doc-supfile.old     Fri Apr 20 12:08:33 2001
+++ doc-supfile Fri Apr 20 12:08:38 2001
@@ -50,7 +50,7 @@
 # listed at http://www.freebsd.org/handbook/mirrors.html.
 *default host=CHANGE_THIS.FreeBSD.org
 *default base=/usr
-*default prefix=/usr
+*default prefix=/usr/share
 *default release=cvs tag=.
 *default delete use-rel-suffix

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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