diff options
author | seanb <seanb> | 2010-03-19 14:11:11 +0000 |
---|---|---|
committer | seanb <seanb> | 2010-03-19 14:11:11 +0000 |
commit | ac7e24d87f32d00c0601895f639d871c92159566 (patch) | |
tree | dc66cc5e35ccae990662bab9a4659e95e8fbebcc /bootstrap | |
parent | 694d01158a590fc3171f67f2b75bce09b620f000 (diff) | |
download | pkgsrc-ac7e24d87f32d00c0601895f639d871c92159566.tar.gz |
- Update QNX.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 9b5643f9691..21bd8e06b55 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.156 2010/02/06 10:28:54 obache Exp $ +# $NetBSD: bootstrap,v 1.157 2010/03/19 14:11:11 seanb Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -639,6 +639,8 @@ OSF1) QNX) root_group=root need_bsd_install=yes + need_awk=yes + need_sed=yes set_opsys=no groupsprog="id -gn" whoamiprog="id -un" |