summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-29 15:50:16 +0000
committerrillig <rillig>2007-09-29 15:50:16 +0000
commitd7fed8ff11aacc247638edd085b91e9fd81ae222 (patch)
treeb8db22b5e4c8a372d0751900429ef8c502c6223d /bootstrap
parentaa8fd93d1462867976005eb97e59da385beb73a5 (diff)
downloadpkgsrc-d7fed8ff11aacc247638edd085b91e9fd81ae222.tar.gz
Mention --unprivileged, since pkgsrc runs (almost) great as unprivileged
user.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 135636fbe86..3dfeb7b02be 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.112 2007/09/08 09:58:14 rillig Exp $
+# $NetBSD: bootstrap,v 1.113 2007/09/29 15:50:16 rillig Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -663,7 +663,7 @@ if [ $? = 1 ]; then
group=$root_group
else
if [ $ignoreusercheck = "no" ]; then
- die "You must be root to install bootstrap-pkgsrc."
+ die "You must be either root to install bootstrap-pkgsrc or use the --unprivileged option."
fi
user=`$whoamiprog`