From 08a9e18b11f998c717e08a737d9d35c9f4219eb3 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 23 Aug 2005 11:48:47 +0000 Subject: The real user name in PKG_USERS does not need to be escaped with double backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk. --- security/dirmngr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/dirmngr') diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 4818a38866c..a472dfa4118 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:29 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/08/23 11:48:51 rillig Exp $ # DISTNAME= dirmngr-0.9.1 @@ -16,7 +16,7 @@ COMMENT= X509 certificate and CRL downloader DIRMNGR_USER?= dirmngr DIRMNGR_GROUP?= dirmngr PKG_GROUPS= ${DIRMNGR_GROUP} -PKG_USERS= ${DIRMNGR_USER}:${DIRMNGR_GROUP}::pseudo\\ user:${VARBASE}/dirmngr: +PKG_USERS= ${DIRMNGR_USER}:${DIRMNGR_GROUP}::pseudo\ user:${VARBASE}/dirmngr: GNU_CONFIGURE= yes USE_TOOLS+= gawk -- cgit v1.2.3