From 7a95adad42b3c7b40d157d5aad4d76454fc61dfd 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. --- net/netdisco/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/netdisco') diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 0c9df957584..7cf65e72018 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/08/20 19:16:21 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/08/23 11:48:50 rillig Exp $ # DISTNAME= netdisco-0.94_with_mibs @@ -83,7 +83,7 @@ NETDISCOUSER?= netdisco NETDISCOGROUP?= netdisco BUILD_DEFS= NETDISCOUSER NETDISCOGROUP -PKG_USERS= ${NETDISCOUSER}:${NETDISCOGROUP}::Netdisco\\ administrator:${PREFIX}/netdisco:${SH} +PKG_USERS= ${NETDISCOUSER}:${NETDISCOGROUP}::Netdisco\ administrator:${PREFIX}/netdisco:${SH} PKG_GROUPS= ${NETDISCOGROUP} PKG_SYSCONFVAR= netdisco -- cgit v1.2.3