pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   sevan
Date:           Thu Nov 15 22:08:30 UTC 2018

Modified Files:
        pkgsrc/bootstrap: bootstrap

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

Head up by <leot>


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/bootstrap/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.259 pkgsrc/bootstrap/bootstrap:1.260
--- pkgsrc/bootstrap/bootstrap:1.259    Sun Nov 11 19:31:54 2018
+++ pkgsrc/bootstrap/bootstrap  Thu Nov 15 22:08:30 2018
@@ -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 @@ Linux)
        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