summaryrefslogtreecommitdiff
path: root/mail/exim3
diff options
context:
space:
mode:
authorrillig <rillig>2005-08-23 11:48:47 +0000
committerrillig <rillig>2005-08-23 11:48:47 +0000
commit2c571d4ab0daff90138f21e6c70cb766e3289702 (patch)
tree47a0e07bf95d82fd146b551a36227c5d1c0676ab /mail/exim3
parentfbc50d8a4ed5343ebafe01e21a2a27708892af22 (diff)
downloadpkgsrc-2c571d4ab0daff90138f21e6c70cb766e3289702.tar.gz
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.
Diffstat (limited to 'mail/exim3')
-rw-r--r--mail/exim3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile
index fb7bf05bd41..aabeab82e7d 100644
--- a/mail/exim3/Makefile
+++ b/mail/exim3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/07/21 03:04:21 grant Exp $
+# $NetBSD: Makefile,v 1.23 2005/08/23 11:48:48 rillig Exp $
DISTNAME= exim-3.36
PKGREVISION= 4
@@ -29,7 +29,7 @@ RCD_SCRIPTS= exim
OWN_DIRS_PERMS= /var/log/exim ${EXIM_USER} ${EXIM_GROUP} 0750
OWN_DIRS_PERMS+= /var/spool/exim ${EXIM_USER} ${EXIM_GROUP} 0750
-PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:${NOLOGIN}
+PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}:8:Exim\ mail\ server\ user:/var/mail:${NOLOGIN}
PKG_GROUPS= ${EXIM_GROUP}
.include "../../mk/bsd.prefs.mk"