summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-08-15 18:35:51 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-08-15 18:35:51 +0000
commit5eee67735fd276df8197d13f6c29aa39779b446f (patch)
tree52d31583ab72e872fc13eaeb38683553d1f24395 /scripts/bootstrap.sh
parentFix URL for nntp patch (diff)
downloadhistorical-5eee67735fd276df8197d13f6c29aa39779b446f.tar.gz
historical-5eee67735fd276df8197d13f6c29aa39779b446f.tar.bz2
historical-5eee67735fd276df8197d13f6c29aa39779b446f.zip
Removed versions from bootstrap output and closing bug #102196.
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-xscripts/bootstrap.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 6edb845823c1..fe9eeebe07b5 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.75 2005/06/22 21:37:17 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.76 2005/08/15 18:35:51 wolf31o2 Exp $
# people who were here:
# (drobbins, 06 Jun 2003)
@@ -61,7 +61,6 @@ unset STRAP_EMERGE_OPTS
STRAP_RUN=1
V_ECHO=env
DEBUG=0
-GENTOO_VERS=2005.0 # Mostly for fluff ;)
for opt in "$@" ; do
case ${opt} in
@@ -79,9 +78,9 @@ for opt in "$@" ; do
--resume|-r) STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} --usepkg --buildpkg";;
--verbose|-v) STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} -v"; V_ECHO=v_echo;;
--version)
- cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.75 2005/06/22 21:37:17 wolf31o2 Exp $"
+ cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.76 2005/08/15 18:35:51 wolf31o2 Exp $"
cvsver=${cvsver##*,v }
- einfo "Gentoo ${GENTOO_VERS} bootstrap ${cvsver%%Exp*}"
+ einfo "Gentoo Linux bootstrap ${cvsver%%Exp*}"
exit 0
;;
*)
@@ -117,7 +116,7 @@ fi
[[ -e /etc/profile ]] && source /etc/profile
-echo -e "\n${GOOD}Gentoo Linux ${GENTOO_VERS}; ${BRACKET}http://www.gentoo.org/${NORMAL}"
+echo -e "\n${GOOD}Gentoo Linux; ${BRACKET}http://www.gentoo.org/${NORMAL}"
echo -e "Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2"
if [[ ${STRAP_EMERGE_OPTS:0:2} = "-f" ]] ; then
echo "Fetching all bootstrap-related archives ..."