summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2018-11-15 22:08:30 +0000
committersevan <sevan@pkgsrc.org>2018-11-15 22:08:30 +0000
commit051dfa59b5754d76d33ccfd23c5692f01a9040e2 (patch)
tree30b0cd9b228558af3a398ec06743e3e4620ec6d4 /bootstrap/bootstrap
parentc69b5d1fc1af2dd1ef15a3e25aac471793b28aa5 (diff)
downloadpkgsrc-051dfa59b5754d76d33ccfd23c5692f01a9040e2.tar.gz
Update the root_group for Minix to match the changes to mk files.
Head up by <leot>
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 73e7ef6ff2b..f1a82fc803e 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -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>
# All rights reserved.
@@ -732,7 +732,7 @@ Linux)
esac
;;
Minix)
- root_group=operator
+ root_group=wheel
need_bsd_install=no
need_awk=no
need_sed=no