summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-09-29 15:50:16 +0000
committerrillig <rillig@pkgsrc.org>2007-09-29 15:50:16 +0000
commit711951595a5e58f067dd73c0ad8a73edd1c8b18c (patch)
treeb8db22b5e4c8a372d0751900429ef8c502c6223d /bootstrap
parent09fda1f5a360003211cdedd72dfddfaf735c7921 (diff)
downloadpkgsrc-711951595a5e58f067dd73c0ad8a73edd1c8b18c.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`