From 08a9e18b11f998c717e08a737d9d35c9f4219eb3 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 23 Aug 2005 11:48:47 +0000 Subject: 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. --- sysutils/amanda-common/Makefile | 4 ++-- sysutils/dbus/Makefile | 4 ++-- sysutils/ups-nut/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sysutils') 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 \ -- cgit v1.2.3