Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2004 15:07:31 -1000
From:      Kent Hauser <kent.hauser@verizon.net>(by way of & Hauser <>)
To:        current@freebsd.org
Subject:   rescue needed in release/scripts/src-install.sh
Message-ID:  <200405191507.31379.kent.hauser@verizon.net>

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

The rescue directory needs to be added to the "all" target in the
src/install.sh script.

Index: src-install.sh
===================================================================
RCS file: /home/ncvs/src/release/scripts/src-install.sh,v
retrieving revision 1.8
diff -u -r1.8 src-install.sh
--- src-install.sh	8 Apr 2001 23:09:21 -0000	1.8
+++ src-install.sh	20 May 2004 01:03:54 -0000
@@ -12,14 +12,14 @@
 	echo "possible subcomponents are:"
 	echo
 	echo "base bin contrib etc games gnu include lib libexec"
-	echo "release sbin share sys tools ubin usbin"
+	echo "release rescue sbin share sys tools ubin usbin"
 	echo
 	echo "You may also specify all to extract all subcomponents."
 	exit 1
 fi
 
 if [ "$1" = "all" ]; then
-	dists="base bin contrib etc games gnu include lib libexec release sbin share  
sys tools ubin usbin"
+	dists="base bin contrib etc games gnu include lib libexec release rescue  
sbin share sys tools ubin usbin"
 else
 	dists="$*"
 fi



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