pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Update the root_group for Minix to match the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a031924dd1e6
branches:  trunk
changeset: 325364:a031924dd1e6
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Thu Nov 15 22:08:30 2018 +0000

description:
Update the root_group for Minix to match the changes to mk files.

Head up by <leot>

diffstat:

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

diffs (20 lines):

diff -r f69835bb53a2 -r a031924dd1e6 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Thu Nov 15 22:06:49 2018 +0000
+++ b/bootstrap/bootstrap       Thu Nov 15 22:08:30 2018 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.259 2018/11/11 19:31:54 rillig Exp $
+# $NetBSD: bootstrap,v 1.260 2018/11/15 22:08:30 sevan Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -732,7 +732,7 @@
        esac
        ;;
 Minix)
-       root_group=operator
+       root_group=wheel
        need_bsd_install=no
        need_awk=no
        need_sed=no



Home | Main Index | Thread Index | Old Index