summaryrefslogtreecommitdiff
path: root/sysutils
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 /sysutils
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 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile4
-rw-r--r--sysutils/dbus/Makefile4
-rw-r--r--sysutils/ups-nut/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile
index 9e703761bc6..a9e3be35d9f 100644
--- a/sysutils/amanda-common/Makefile
+++ b/sysutils/amanda-common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/08/02 09:26:06 seb Exp $
+# $NetBSD: Makefile,v 1.36 2005/08/23 11:48:51 rillig Exp $
PKGNAME= amanda-common-${VERS}
PKGREVISION= 2
@@ -28,7 +28,7 @@ CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no
CONFIGURE_ENV+= ac_cv_lib_readline_readline=no
PKG_GROUPS= ${AMANDA_GROUP}
-PKG_USERS= ${AMANDA_USER}:${AMANDA_GROUP}::Amanda\\ user::${SH}
+PKG_USERS= ${AMANDA_USER}:${AMANDA_GROUP}::Amanda\ user::${SH}
OWN_DIRS_PERMS= ${AMANDA_VAR} ${AMANDA_USER} ${AMANDA_GROUP} 0700
OWN_DIRS_PERMS+= ${AMANDA_VAR}/gnutar-lists ${AMANDA_USER} ${AMANDA_GROUP} 0700
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
index d93b913088f..4fac22e0a39 100644
--- a/sysutils/dbus/Makefile
+++ b/sysutils/dbus/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2005/07/12 04:15:50 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/23 11:48:51 rillig Exp $
#
.include "Makefile.common"
-PKG_USERS= messagebus:messagebus::System\\ message\\ bus:${VARBASE}/run/dbus:${NOLOGIN}
+PKG_USERS= messagebus:messagebus::System\ message\ bus:${VARBASE}/run/dbus:${NOLOGIN}
PKG_GROUPS= messagebus
MAKE_DIRS= ${PKG_SYSCONFDIR}/event.d
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile
index 37a9f5fd474..0bf986b6399 100644
--- a/sysutils/ups-nut/Makefile
+++ b/sysutils/ups-nut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/05/21 01:44:57 lukem Exp $
+# $NetBSD: Makefile,v 1.36 2005/08/23 11:48:51 rillig Exp $
#
DISTNAME= nut-2.0.1
@@ -41,7 +41,7 @@ MESSAGE_SUBST+= NUT_EGDIR=${NUT_EGDIR}
MESSAGE_SUBST+= NUT_DOCDIR=${NUT_DOCDIR}
PKG_GROUPS= ${NUT_GROUP}
-PKG_USERS= ${NUT_USER}:${NUT_GROUP}::Network\\ UPS\\ Tools::${SH}
+PKG_USERS= ${NUT_USER}:${NUT_GROUP}::Network\ UPS\ Tools::${SH}
CONF_FILES= ${NUT_EGDIR}/ups.conf.sample ${NUT_CONFDIR}/ups.conf
CONF_FILES+= ${NUT_EGDIR}/upssched.conf.sample \