pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/pkginstall Fixed typos in comments.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2427fc7f46f9
branches:  trunk
changeset: 533355:2427fc7f46f9
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Sep 16 14:40:57 2007 +0000

description:
Fixed typos in comments.

diffstat:

 mk/pkginstall/bsd.pkginstall.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ac32b78288ed -r 2427fc7f46f9 mk/pkginstall/bsd.pkginstall.mk
--- a/mk/pkginstall/bsd.pkginstall.mk   Sun Sep 16 14:05:33 2007 +0000
+++ b/mk/pkginstall/bsd.pkginstall.mk   Sun Sep 16 14:40:57 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.31 2007/08/23 12:30:30 joerg Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.32 2007/09/16 14:40:57 heinz Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and implements the
 # common INSTALL/DEINSTALL scripts framework.  To use the pkginstall
@@ -166,7 +166,7 @@
 FILES_SUBST+=          PKG_USER_HOME=${_PKG_USER_HOME:Q}
 FILES_SUBST+=          PKG_USER_SHELL=${_PKG_USER_SHELL:Q}
 
-# Interix is very special in that users are groups cannot have the
+# Interix is very special in that users and 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
@@ -378,7 +378,7 @@
 #      however, all files listed in REQD_FILES_PERMS should be under
 #      ${PREFIX}.
 #
-# RCD_SCRIPTS works lists the basenames of the rc.d scripts.  They are
+# RCD_SCRIPTS lists the basenames of the rc.d scripts.  They are
 #      expected to be found in ${PREFIX}/share/examples/rc.d, and
 #      the scripts will be copied into ${RCD_SCRIPTS_DIR} with
 #      ${RCD_SCRIPTS_MODE} permissions.



Home | Main Index | Thread Index | Old Index