rescue needed in release/scripts/src-install.sh

Kent Hauser kent.hauser at verizon.net
Wed May 19 18:07:40 PDT 2004


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


More information about the freebsd-current mailing list