pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/checkperms Imported checkperms.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ee2044a3472
branches: trunk
changeset: 519632:6ee2044a3472
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Oct 06 23:46:29 2006 +0000
description:
Imported checkperms.
checkperms is a small and simple program that detects many
inconsistencies in file and directory permissions. Theoretically, there
are 2^12 valid combinations (setuid, setgid, sticky, owner-rwx,
group-rwx, other-rwx), but only very few of them are actually used.
It can automatically fix the permissions if instructed so.
diffstat:
sysutils/checkperms/DESCR | 6 ++++++
sysutils/checkperms/Makefile | 18 ++++++++++++++++++
sysutils/checkperms/PLIST | 3 +++
sysutils/checkperms/distinfo | 5 +++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 8af564e80de3 -r 6ee2044a3472 sysutils/checkperms/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/checkperms/DESCR Fri Oct 06 23:46:29 2006 +0000
@@ -0,0 +1,6 @@
+checkperms is a small and simple program that detects many
+inconsistencies in file and directory permissions. Theoretically, there
+are 2^12 valid combinations (setuid, setgid, sticky, owner-rwx,
+group-rwx, other-rwx), but only very few of them are actually used.
+
+It can automatically fix the permissions if instructed so.
diff -r 8af564e80de3 -r 6ee2044a3472 sysutils/checkperms/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/checkperms/Makefile Fri Oct 06 23:46:29 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/06 23:46:29 rillig Exp $
+#
+
+DISTNAME= checkperms-1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://www.schlechte-software.de/checkperms/
+
+MAINTAINER= rillig%NetBSD.org@localhost
+HOMEPAGE= http://www.schlechte-software.de/checkperms/
+COMMENT= Check and correct file permissions
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/checkperms ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/checkperms.1 ${PREFIX}/${PKGMANDIR}/man1/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 8af564e80de3 -r 6ee2044a3472 sysutils/checkperms/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/checkperms/PLIST Fri Oct 06 23:46:29 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/06 23:46:29 rillig Exp $
+bin/checkperms
+man/man1/checkperms.1
diff -r 8af564e80de3 -r 6ee2044a3472 sysutils/checkperms/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/checkperms/distinfo Fri Oct 06 23:46:29 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/06 23:46:29 rillig Exp $
+
+SHA1 (checkperms-1.0.tar.gz) = 9760f6fbee8e0cf775b45172713104542dd0610a
+RMD160 (checkperms-1.0.tar.gz) = 93630679ecbd2b613246034a519df5a3dc886cc6
+Size (checkperms-1.0.tar.gz) = 4169 bytes
Home |
Main Index |
Thread Index |
Old Index