summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorobache <obache>2010-01-16 02:16:35 +0000
committerobache <obache>2010-01-16 02:16:35 +0000
commitf77c305a1532b10f147cf56037c3c38604b50c14 (patch)
treeb1892ac7a903994a4263b6d9856e9c9f40efb432 /bootstrap
parent8d5af18b585e84206c2fecad99f77e85bc75b9bb (diff)
downloadpkgsrc-f77c305a1532b10f147cf56037c3c38604b50c14.tar.gz
Add support of SSD/Linux.
* ROOT_GROUP=wheel, fixes PR#42073. * LOWER_VENDOR=ssd * adjust paths for some tools
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap9
1 files changed, 5 insertions, 4 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 4afbec38688..50923fa7af5 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.151 2009/12/13 08:35:22 obache Exp $
+# $NetBSD: bootstrap,v 1.152 2010/01/16 02:16:35 obache Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -533,10 +533,11 @@ IRIX*)
fi
;;
Linux)
- if [ -f /etc/debian_version ]; then
- DEBIAN=yes
+ if [ -f /etc/ssdlinux_version ]; then
+ root_group=wheel
+ else
+ root_group=root
fi
- root_group=root
need_bsd_install=no
need_awk=no
need_sed=no