pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Reformatted the help text to be more human-re...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e3ca9b8ac85
branches: trunk
changeset: 523324:2e3ca9b8ac85
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Jan 06 14:11:16 2007 +0000
description:
Reformatted the help text to be more human-readable instead of
pkglint-readable.
diffstat:
mk/check/check-perms.mk | 22 +++++++++++++++-------
1 files changed, 15 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r f247fef3e565 -r 2e3ca9b8ac85 mk/check/check-perms.mk
--- a/mk/check/check-perms.mk Sat Jan 06 13:31:26 2007 +0000
+++ b/mk/check/check-perms.mk Sat Jan 06 14:11:16 2007 +0000
@@ -1,23 +1,31 @@
-# $NetBSD: check-perms.mk,v 1.5 2006/11/17 01:05:47 rillig Exp $
+# $NetBSD: check-perms.mk,v 1.6 2007/01/06 14:11:16 rillig Exp $
#
# This file checks that after installation of a package, all files and
# directories of that package have sensible permissions set.
#
# User-settable variables:
#
-# CHECK_PERMS: YesNo (default: yes for PKG_DEVELOPER, no otherwise)
+# CHECK_PERMS
# Specifies whether the permissions check should be run at all.
#
+# Possible values: yes, no.
+#
+# Default value: yes for PKG_DEVELOPER, no otherwise.
+#
# Package-settable variables:
#
-# CHECK_PERMS_SKIP: List of PathMask (default: empty)
-# A list of patterns (like man/*) that should be excluded from the
-# check. Note that a * in a pattern also matches a slash in a
-# pathname.
+# CHECK_PERMS_SKIP
+# A list of shell patterns (like man/*) that should be excluded
+# from the check. Note that a * in a pattern also matches a slash
+# in a pathname.
#
-# CHECK_PERMS_AUTOFIX: YesNo
+# Default value: empty.
+#
+# CHECK_PERMS_AUTOFIX
# If set to yes, any unusual permissions are fixed automatically.
#
+# Possible values: yes, no.
+#
.if defined(PKG_DEVELOPER)
CHECK_PERMS?= yes
Home |
Main Index |
Thread Index |
Old Index