From d053a0cf729a7703b461597315aa238a8fe89db0 Mon Sep 17 00:00:00 2001 From: riz Date: Wed, 11 Jan 2012 01:15:17 +0000 Subject: Minor corrections, from Snader_LB on FreeNode: - capitalize ``NetBSD.org''; - remove trailing whitespace; - clarify the bootstrapping procedure's ending sentence, and end it with punctuation. --- bootstrap/README | 4 ++-- bootstrap/README.Interix | 6 +++--- bootstrap/README.MacOSX | 4 ++-- bootstrap/README.Solaris | 4 ++-- bootstrap/bootstrap | 8 ++++---- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bootstrap/README b/bootstrap/README index b48d577fa63..ebaa6aaec4d 100644 --- a/bootstrap/README +++ b/bootstrap/README @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.11 2008/06/23 21:12:16 reed Exp $ +$NetBSD: README,v 1.12 2012/01/11 01:15:17 riz Exp $ To try to get pkgsrc working on your system, please try the following as root: @@ -35,7 +35,7 @@ directories will be prepended to the PATH variable, unless the '--preserve-path' flag is given. See pkgsrc/doc/pkgsrc.txt or -http://www.netbsd.org/docs/software/packages.html for +http://www.NetBSD.org/docs/software/packages.html for more information about bootstrapping and using pkgsrc. We'd be very interested in hearing of any successes or failures on diff --git a/bootstrap/README.Interix b/bootstrap/README.Interix index 9602eb76e24..15c24e444f1 100644 --- a/bootstrap/README.Interix +++ b/bootstrap/README.Interix @@ -1,11 +1,11 @@ -$NetBSD: README.Interix,v 1.14 2007/07/02 19:05:29 tnn Exp $ +$NetBSD: README.Interix,v 1.15 2012/01/11 01:15:17 riz Exp $ Please read the general README file, and the Interix installation instructions in the pkgsrc Guide at: - http://www.netbsd.org/docs/pkgsrc/platforms.html#interix + http://www.NetBSD.org/docs/pkgsrc/platforms.html#interix A prebuilt bootstrap kit and prebuilt binary packages for Interix 3.5 are available from the pkgsrc information page: - http://www.netbsd.org/docs/software/packages.html + http://www.NetBSD.org/docs/software/packages.html diff --git a/bootstrap/README.MacOSX b/bootstrap/README.MacOSX index 3427870e66d..676dc4a1a1e 100644 --- a/bootstrap/README.MacOSX +++ b/bootstrap/README.MacOSX @@ -1,4 +1,4 @@ -$NetBSD: README.MacOSX,v 1.10 2011/03/05 12:36:39 gdt Exp $ +$NetBSD: README.MacOSX,v 1.11 2012/01/11 01:15:17 riz Exp $ Mac OS X Snow Leopard 32/64 (i386/x86_64) ABI issue: @@ -11,7 +11,7 @@ packages that don't support 64-bit under Mac OS X at all. Because of this, the default for pkgsrc is use use the 32-bit ABI, which results in packages being compiled and run in i386 mode. For a longer discussion, see: -http://mail-index.netbsd.org/pkgsrc-users/2009/09/24/msg010817.html +http://mail-index.NetBSD.org/pkgsrc-users/2009/09/24/msg010817.html Developer tools: diff --git a/bootstrap/README.Solaris b/bootstrap/README.Solaris index 6142aa20ec1..e1deab5886b 100644 --- a/bootstrap/README.Solaris +++ b/bootstrap/README.Solaris @@ -1,4 +1,4 @@ -$NetBSD: README.Solaris,v 1.12 2009/01/26 10:02:19 sketch Exp $ +$NetBSD: README.Solaris,v 1.13 2012/01/11 01:15:17 riz Exp $ You will need a working C compiler. Any version of gcc >2.8 should work, 2.95.x and 3.x have been tested. SunPro 5 and 8 have been @@ -45,7 +45,7 @@ If you are using gcc It makes life much simpler if you only use the same gcc consistently for building all packages. -See http://www.netbsd.org/docs/software/packages.html for +See http://www.NetBSD.org/docs/software/packages.html for binary kits and initial packages, including gcc. It is recommended that an external gcc be used only for bootstrapping, diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index c54f4ffb251..7ba8f63ac62 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.173 2011/11/29 17:06:45 hans Exp $ +# $NetBSD: bootstrap,v 1.174 2012/01/11 01:15:17 riz Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -276,7 +276,7 @@ mkdir_p() mkdir_p_early() { - [ -d "$1" ] && return 0 + [ -d "$1" ] && return 0 mkdir -p "$1" 2> /dev/null && return 0 parent=`dirname "$1"` mkdir_p_early "$parent" @@ -329,7 +329,7 @@ case "$bootstrap_sh" in /*) ;; *) - echo "ERROR: The variable SH must contain an absolute path" 1>&2 + echo "ERROR: The variable SH must contain an absolute path" 1>&2 exit 1 ;; esac @@ -1121,7 +1121,7 @@ echo "You can find extensive documentation of the NetBSD Packages Collection" echo "in $pkgsrcdir/doc/pkgsrc.txt." echo "" echo "Hopefully everything is now complete." -echo "Thank you" +echo "Thank you for using pkgsrc!" echo "" echo "$hline" echo "" -- cgit v1.2.3