From 938815e974ba1837f52f5e07c1f8a6d699623b0e Mon Sep 17 00:00:00 2001 From: martti Date: Tue, 9 Oct 2007 19:19:08 +0000 Subject: Remove trailing spaces. --- bootstrap/README | 4 ++-- bootstrap/README.OpenBSD | 6 +++--- bootstrap/mkbinarykit | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/README b/bootstrap/README index dd22487b708..5bf9426d78b 100644 --- a/bootstrap/README +++ b/bootstrap/README @@ -1,9 +1,9 @@ -$NetBSD: README,v 1.9 2007/07/02 19:05:29 tnn Exp $ +$NetBSD: README,v 1.10 2007/10/09 19:19:08 martti Exp $ To try to get pkgsrc working on your system, please try the following as root: -# ./bootstrap +# ./bootstrap [ --workdir ] [ --prefix ] [ --pkgdbdir ] diff --git a/bootstrap/README.OpenBSD b/bootstrap/README.OpenBSD index 0a1c9c70aee..f6e615792e1 100644 --- a/bootstrap/README.OpenBSD +++ b/bootstrap/README.OpenBSD @@ -1,4 +1,4 @@ -$NetBSD: README.OpenBSD,v 1.2 2004/07/31 04:07:03 xtraeme Exp $ +$NetBSD: README.OpenBSD,v 1.3 2007/10/09 19:19:08 martti Exp $ Please read the general README file as well. @@ -18,8 +18,8 @@ good idea to move them out of the way to avoid confusion, e.g.: mv pkg_info pkg_info.orig 3. An example /etc/mk.conf file will be placed in mk.conf.example file -when you use the bootstrap script. OpenBSD's make program uses /etc/mk.conf -as well. You can work around this by enclosing all the pkgsrc specific parts +when you use the bootstrap script. OpenBSD's make program uses /etc/mk.conf +as well. You can work around this by enclosing all the pkgsrc specific parts of the mk.conf file with: .ifdef BSD_PKG_MK diff --git a/bootstrap/mkbinarykit b/bootstrap/mkbinarykit index 45a6bb8e389..2e4567dbb84 100755 --- a/bootstrap/mkbinarykit +++ b/bootstrap/mkbinarykit @@ -1,6 +1,6 @@ #!/bin/sh -# $NetBSD: mkbinarykit,v 1.25 2007/08/01 14:03:49 joerg Exp $ +# $NetBSD: mkbinarykit,v 1.26 2007/10/09 19:19:08 martti Exp $ # # Make a binary bootstrap kit and place it in targetdir (or current # working directory if not specified). The mk.conf.example file is @@ -35,7 +35,7 @@ mkbinarykit_tar() { # in case tar was built by bootstrap PATH="$prefix/bin:$PATH"; export PATH - [ ! -d $sysconfdir ] && mkdir -p $sysconfdir + [ ! -d $sysconfdir ] && mkdir -p $sysconfdir cp ${wrkdir}/mk.conf.example $mkfile && \ cd / && \ tar -hcf "$targetdir/bootstrap-pkgsrc-$opsys-$osrev-$ospro-$date.tar" \ @@ -73,7 +73,7 @@ fetch_cmd="" targetdir=`pwd` wrkdir=`pwd`/work # default: relative to pkgsrc/bootstrap -sedprog="sed" +sedprog="sed" case "$opsys" in AIX) -- cgit v1.2.3