diff options
author | rillig <rillig> | 2005-08-23 11:48:47 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-08-23 11:48:47 +0000 |
commit | 47e4458dad4a3f51b7c3aa5ed9c9cd8e4cef1869 (patch) | |
tree | 47a0e07bf95d82fd146b551a36227c5d1c0676ab /net/ja-samba/Makefile | |
parent | bf0c96ed24fea2ba04e4f9c80923df5e3dcdc0f8 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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}\"' |