summaryrefslogtreecommitdiff
path: root/net/ja-samba/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-08-23 11:48:47 +0000
committerrillig <rillig>2005-08-23 11:48:47 +0000
commit47e4458dad4a3f51b7c3aa5ed9c9cd8e4cef1869 (patch)
tree47a0e07bf95d82fd146b551a36227c5d1c0676ab /net/ja-samba/Makefile
parentbf0c96ed24fea2ba04e4f9c80923df5e3dcdc0f8 (diff)
downloadpkgsrc-47e4458dad4a3f51b7c3aa5ed9c9cd8e4cef1869.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/ja-samba/Makefile')
-rw-r--r--net/ja-samba/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ja-samba/Makefile b/net/ja-samba/Makefile
index edf5c14d361..ee97fae2853 100644
--- a/net/ja-samba/Makefile
+++ b/net/ja-samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/08/19 18:12:38 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2005/08/23 11:48:50 rillig Exp $
DISTNAME= samba-${SAMBA_VERSION}-ja-${JA_VERSION}
PKGNAME= ja-samba-${SAMBA_VERSION}.${JA_PKG_VERSION}
@@ -124,7 +124,7 @@ OWN_DIRS_PERMS= ${SAMBA_PRIVATE} ${ROOT_USER} ${ROOT_GROUP} 0500
RCD_SCRIPTS= samba nmbd smbd winbindd
PKG_GROUPS= ${SAMBA_GROUP}
-PKG_USERS= ${SAMBA_USER}:${SAMBA_GROUP}::Samba\\ pseudo-user
+PKG_USERS= ${SAMBA_USER}:${SAMBA_GROUP}::Samba\ pseudo-user
BUILD_DEFS+= SAMBA_USER SAMBA_GROUP
MAKE_FLAGS= CFLAGS='-DGUEST_ACCOUNT=\"${SAMBA_USER:Q}\"'