diff options
author | cheusov <cheusov@pkgsrc.org> | 2013-01-06 17:33:24 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2013-01-06 17:33:24 +0000 |
commit | 6eda5cd9919cf772a34a04427c706e7be024869a (patch) | |
tree | cbaf5b36c15d4d12b23d795dd47c4beba77c0854 /bootstrap | |
parent | 3dc8738dfa39b4fc34e357d154ae7b94b0a54432 (diff) | |
download | pkgsrc-6eda5cd9919cf772a34a04427c706e7be024869a.tar.gz |
Latest version of Haiku uses name "baron" for superuser. So, we use id(1) at bootstrap time
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 2c7704bff79..08a6c558758 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.181 2012/10/02 21:02:21 cheusov Exp $ +# $NetBSD: bootstrap,v 1.182 2013/01/06 17:33:24 cheusov Exp $ # # Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> # All rights reserved. @@ -505,7 +505,7 @@ FreeBSD) machine_arch=`uname -p` ;; Haiku) - root_user=user + root_user=`id -un` root_group=root need_bsd_install=no need_awk=no |