diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-29 15:50:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-29 15:50:16 +0000 |
commit | 50c210f0899ffd3a10863976f0b7733cf7444943 (patch) | |
tree | b8db22b5e4c8a372d0751900429ef8c502c6223d /bootstrap | |
parent | 5364f7184932549727869ab566e897f608c06645 (diff) | |
download | pkgsrc-50c210f0899ffd3a10863976f0b7733cf7444943.tar.gz |
Mention --unprivileged, since pkgsrc runs (almost) great as unprivileged
user.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
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` |