diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-06-06 16:37:53 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-06-06 16:37:53 +0000 |
commit | 368a1c635514dd3b385b903ab2644184fd010399 (patch) | |
tree | 7d142f88dfa8da637c15dfab11175acfcf1f15e8 /pkgtools/pkglint/Makefile | |
parent | b5fba10e3c8a8f3b7864c097f67287748d92bbb7 (diff) | |
download | pkgsrc-368a1c635514dd3b385b903ab2644184fd010399.tar.gz |
Warn if a file is marked executable. Welcome to 3.77.
It's misleading to have uninstalled rc.d scripts in ${FILESDIR}
marked executable just because they were inadvertently committed
that way; they need to be processed by the install machinery in
order to work.
Since we set desired permissions at install time, it's generally
best to avoid having "executable" files in pkgsrc (with the notable
exception of pkglocate, which runs in place).
For files not yet committed, please correct the permissions before
committing. For files already in the repository, you'll need help
from an administrator.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 72602189a70..01938bd2d7c 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.189 2004/05/13 10:46:01 salo Exp $ +# $NetBSD: Makefile,v 1.190 2004/06/06 16:37:53 schmonz Exp $ # -DISTNAME= pkglint-3.76 +DISTNAME= pkglint-3.77 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty |