From 76ad1cc0afa70ade602a9fcf3558823603694811 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 19 Feb 2010 18:55:56 +0000 Subject: Use REAL_ROOT_USER here. --- sysutils/amanda-common/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index c43965e5da2..74b75f6d38b 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2009/12/14 23:33:01 heinz Exp $ +# $NetBSD: Makefile.common,v 1.29 2010/02/19 18:55:56 joerg Exp $ # used by sysutils/amanda-common/Makefile # used by sysutils/amanda-client/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV+= GNUTAR=${TOOLS_GTAR:Q} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-user=${AMANDA_USER:Q} CONFIGURE_ARGS+= --with-group=${AMANDA_GROUP:Q} -CONFIGURE_ARGS+= --with-owner=${ROOT_USER:Q} +CONFIGURE_ARGS+= --with-owner=${REAL_ROOT_USER:Q} CONFIGURE_ARGS+= --with-mmap CONFIGURE_ARGS+= --with-amandahosts CONFIGURE_ARGS+= --with-tmpdir=${AMANDA_TMP:Q} -- cgit v1.2.3