$NetBSD: patch-ao,v 1.2 2002/08/25 18:40:19 jlam Exp $ --- configure.orig Thu Jun 20 20:56:07 2002 +++ configure @@ -227,6 +227,8 @@ fi fi +BINOWN=${BINOWN:-root} +BINGRP=${BINGRP:-wheel} ## ## determine default parameters ## @@ -1300,6 +1302,8 @@ -e "s%@PLATFORM@%$PLATFORM%g" \ -e "s%@PERL@%$PERL%g" \ -e "s%@TAR@%$TAR%g" \ +-e "s%@BINOWN@%$BINOWN%g" \ +-e "s%@BINGRP@%$BINGRP%g" \ -e "s%@TAROPT@%$TAROPT%g" \ -e "s%@SRC@%$src%g" \ -e "s%@MKF@%$mkf%g" \