Thu Nov 15 22:08:30 2018 UTC ()
Update the root_group for Minix to match the changes to mk files.

Head up by <leot>


(sevan)
diff -r1.259 -r1.260 pkgsrc/bootstrap/bootstrap

cvs diff -r1.259 -r1.260 pkgsrc/bootstrap/bootstrap (expand / switch to unified diff)

--- pkgsrc/bootstrap/bootstrap 2018/11/11 19:31:54 1.259
+++ pkgsrc/bootstrap/bootstrap 2018/11/15 22:08:30 1.260
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1#! /bin/sh 1#! /bin/sh
2 2
3# $NetBSD: bootstrap,v 1.259 2018/11/11 19:31:54 rillig Exp $ 3# $NetBSD: bootstrap,v 1.260 2018/11/15 22:08:30 sevan Exp $
4# 4#
5# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> 5# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
6# All rights reserved. 6# All rights reserved.
7# 7#
8# Redistribution and use in source and binary forms, with or without 8# Redistribution and use in source and binary forms, with or without
9# modification, are permitted provided that the following conditions 9# modification, are permitted provided that the following conditions
10# are met: 10# are met:
11# 1. Redistributions of source code must retain the above copyright 11# 1. Redistributions of source code must retain the above copyright
12# notice, this list of conditions and the following disclaimer. 12# notice, this list of conditions and the following disclaimer.
13# 2. Redistributions in binary form must reproduce the above copyright 13# 2. Redistributions in binary form must reproduce the above copyright
14# notice, this list of conditions and the following disclaimer in the 14# notice, this list of conditions and the following disclaimer in the
15# documentation and/or other materials provided with the distribution. 15# documentation and/or other materials provided with the distribution.
16# 16#
@@ -722,27 +722,27 @@ Linux) @@ -722,27 +722,27 @@ Linux)
722 # Arch does not provide pax anymore 722 # Arch does not provide pax anymore
723 if [ -f /etc/arch-release ]; then 723 if [ -f /etc/arch-release ]; then
724 need_pax=yes 724 need_pax=yes
725 fi 725 fi
726 set_opsys=no 726 set_opsys=no
727 machine_arch=`uname -m` 727 machine_arch=`uname -m`
728 # Override machine_arch where required. 728 # Override machine_arch where required.
729 case "$machine_arch" in 729 case "$machine_arch" in
730 i?86) machine_arch=i386 ;; 730 i?86) machine_arch=i386 ;;
731 ppc64le) machine_arch=powerpc64le ;; 731 ppc64le) machine_arch=powerpc64le ;;
732 esac 732 esac
733 ;; 733 ;;
734Minix) 734Minix)
735 root_group=operator 735 root_group=wheel
736 need_bsd_install=no 736 need_bsd_install=no
737 need_awk=no 737 need_awk=no
738 need_sed=no 738 need_sed=no
739 set_opsys=no 739 set_opsys=no
740 machine_arch=`uname -p` 740 machine_arch=`uname -p`
741 check_compiler=yes 741 check_compiler=yes
742 ;;  742 ;;
743MirBSD) 743MirBSD)
744 root_group=wheel 744 root_group=wheel
745 need_pax=yes 745 need_pax=yes
746 need_mtree=no 746 need_mtree=no
747 need_bsd_install=no 747 need_bsd_install=no
748 need_awk=no 748 need_awk=no