pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/install Fixed a typo and added a comment about when...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f941dd0b96d4
branches: trunk
changeset: 498513:f941dd0b96d4
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Aug 24 12:34:42 2005 +0000
description:
Fixed a typo and added a comment about when to remove the deprecation
error message about the double-backslash quoting in PKG_USERS.
diffstat:
mk/install/bsd.pkginstall.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r f4f81fd951e1 -r f941dd0b96d4 mk/install/bsd.pkginstall.mk
--- a/mk/install/bsd.pkginstall.mk Wed Aug 24 11:30:18 2005 +0000
+++ b/mk/install/bsd.pkginstall.mk Wed Aug 24 12:34:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.24 2005/08/23 12:01:52 rillig Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.25 2005/08/24 12:34:42 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk to use the common
# INSTALL/DEINSTALL scripts. To use this Makefile fragment, simply:
@@ -119,11 +119,12 @@
FILES_SUBST+= PKG_USER_HOME=${_PKG_USER_HOME}
FILES_SUBST+= PKG_USER_SHELL=${_PKG_USER_SHELL}
+# REMOVE: after 2005Q4
.if !empty(PKG_USERS:M*\\\\*)
PKG_FAIL_REASON+= "[bsd.pkginstall.mk] PKG_USERS must not contain double backslashes."
.endif
-# Interix is very Special in that users are groups cannot have the
+# Interix is very special in that users are groups cannot have the
# same name. Interix.mk tries to work around this by overriding
# some specific package defaults. If we get here and there's still a
# conflict, add a breakage indicator to make sure the package won't
Home |
Main Index |
Thread Index |
Old Index