summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-10-09 19:19:08 +0000
committermartti <martti@pkgsrc.org>2007-10-09 19:19:08 +0000
commitbd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch)
tree488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /mk/bulk
parentf60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff)
downloadpkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.tar.gz
Remove trailing spaces.
Diffstat (limited to 'mk/bulk')
-rw-r--r--mk/bulk/sort-packages4
-rw-r--r--mk/bulk/upload10
2 files changed, 7 insertions, 7 deletions
diff --git a/mk/bulk/sort-packages b/mk/bulk/sort-packages
index 6592d927293..4dbc343de67 100644
--- a/mk/bulk/sort-packages
+++ b/mk/bulk/sort-packages
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: sort-packages,v 1.10 2007/08/27 15:38:08 adrianp Exp $
+# $NetBSD: sort-packages,v 1.11 2007/10/09 19:19:13 martti Exp $
# This program scans all binary packages in the current directory and
# creates three lists of files in OUTDIR:
@@ -71,7 +71,7 @@ for pkg in *${PKG_SUFX}; do
_INFO_VER=`${PKG_INFO} -V`;
if ${PKG_ADMIN} pmatch 'pkg_install<20070714' pkg_install-${_INFO_VER}; then
# XXX: The egrep command is only needed here because
- # audit-packages before pkg_install-20070714 is so
+ # audit-packages before pkg_install-20070714 is so
# awfully slow.
if egrep "^({.*${pkg_prefix}.*}|${pkg_prefix}|{.*}${pkg_prefix})" ${PKGVULNDIR}/pkg-vulnerabilities >/dev/null 4>&1; then
vuln=`${AUDIT_PACKAGES} -p "${pkg}"`
diff --git a/mk/bulk/upload b/mk/bulk/upload
index 256d51c777e..8fe064ad903 100644
--- a/mk/bulk/upload
+++ b/mk/bulk/upload
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: upload,v 1.40 2007/07/25 12:00:21 adrianp Exp $
+# $NetBSD: upload,v 1.41 2007/10/09 19:19:13 martti Exp $
#
# Upload non-restricted binary pkgs to ftp server
@@ -27,8 +27,8 @@ Usage: $prog [-c|--config <file>] [-n|--no-upload] [-d|--debug] [-v|--verbose]
$prog -h|--help
$prog -V|--version
- -c | --config <file>
- Load the following configuration file instead of
+ -c | --config <file>
+ Load the following configuration file instead of
the default one.
-d|--debug Preserves some intermediate files to help
@@ -64,8 +64,8 @@ EOF
# print out error message and exit 1
die () {
- echo "$0: error:" 1>&2
- for i in "$@"; do
+ echo "$0: error:" 1>&2
+ for i in "$@"; do
echo " $i" 1>&2
done
exit 1