From 9e5f57baac15ba5fd8344c091e808a005b8f217d Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 4 Apr 2010 18:06:42 +0200 Subject: [PATCH] nrelease: Add back the creation of the /usr/local hierarchy on the LiveCD. Even though nothing in base uses it, it's more convenient to have the hierarchy already in place in case the user wants to install some stuff the traditional way. While doing this, remove the documentation of the 'fetch' target from release.7 since this target no longer exists now that cvsup has been removed from the LiveCD. In-discussion-with: dillon --- nrelease/Makefile | 4 +--- share/man/man7/release.7 | 6 +----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index 0580532345..7a5bc2fbc7 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -1,6 +1,3 @@ -# $DragonFly: src/nrelease/Makefile,v 1.90 2008/09/01 21:20:30 swildner Exp $ -# - ######################################################################### # ENHANCEMENTS # ######################################################################### @@ -278,6 +275,7 @@ buildiso: done .endif ln -s kernel ${ISOROOT}/boot/kernel.BOOTP + mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.local.dist -p ${ISOROOT}/usr/local/ mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.var.dist -p ${ISOROOT}/var dev_mkdb -f ${ISOROOT}/var/run/dev.db ${ISOROOT}/dev diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 14f8e6e43f..cd6e4038ae 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -29,9 +29,8 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man7/release.7,v 1.3.2.6 2003/04/12 20:42:30 murray Exp $ -.\" $DragonFly: src/share/man/man7/release.7,v 1.12 2008/04/01 21:10:26 swildner Exp $ .\" -.Dd February 11, 2009 +.Dd April 4, 2010 .Dt NRELEASE 7 .Os .Sh NAME @@ -84,9 +83,6 @@ Removes the ISO root directory and object files. Same as .Cm clean but also removes external packages. -.It Cm fetch -Downloads binary packages using -.Xr fetch 1 . .El .Pp The -- 2.41.0