pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Mention --unprivileged, since pkgsrc runs (a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4543d164881a
branches:  trunk
changeset: 533775:4543d164881a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 29 15:50:16 2007 +0000

description:
Mention --unprivileged, since pkgsrc runs (almost) great as unprivileged
user.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a2b971f2890a -r 4543d164881a bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sat Sep 29 13:49:21 2007 +0000
+++ b/bootstrap/bootstrap       Sat Sep 29 15:50:16 2007 +0000
@@ -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 @@
        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`



Home | Main Index | Thread Index | Old Index