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. --- comms/fidogate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/fidogate') diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index bcd937e27dc..8ec0442806a 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/08/17 11:43:27 tv Exp $ +# $NetBSD: Makefile,v 1.42 2005/08/23 11:48:47 rillig Exp $ # DISTNAME= fidogate-4.4.10 @@ -21,7 +21,7 @@ EGDIR= ${PREFIX}/share/examples/fidogate CONF_FILES= ${EGDIR}/fidogate.conf ${PKG_SYSCONFDIR}/fidogate/fidogate.conf RCD_SCRIPTS= fidogate -PKG_USERS= news:news::Network\\ News:/var/spool/news:${NOLOGIN} +PKG_USERS= news:news::Network\ News:/var/spool/news:${NOLOGIN} PKG_GROUPS= news post-extract: -- cgit v1.2.3