summaryrefslogtreecommitdiff
path: root/net/snort
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 /net/snort
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 'net/snort')
-rw-r--r--net/snort/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common
index c75f44bcd3e..7a089288d8e 100644
--- a/net/snort/Makefile.common
+++ b/net/snort/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2005/08/19 18:12:38 jlam Exp $
+# $NetBSD: Makefile.common,v 1.23 2005/08/23 11:48:50 rillig Exp $
#
DISTNAME= snort-2.4.0
@@ -24,7 +24,7 @@ RCD_SCRIPTS= snort
SNORT_USER?= snort
SNORT_GROUP?= snort
PKG_GROUPS= ${SNORT_GROUP}
-PKG_USERS= ${SNORT_USER}:${SNORT_GROUP}::Snort\\ user
+PKG_USERS= ${SNORT_USER}:${SNORT_GROUP}::Snort\ user
FILES_SUBST+= SNORT_USER="${SNORT_USER}" SNORT_GROUP="${SNORT_GROUP}"
OWN_DIRS_PERMS= ${VARBASE}/log/snort ${SNORT_USER} ${SNORT_GROUP} 700