pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/queue-fix Initial import of queue-fix 1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc2f5e1cd335
branches:  trunk
changeset: 480041:cc2f5e1cd335
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Aug 28 22:14:33 2004 +0000

description:
Initial import of queue-fix 1.4.

This is a small utility for checking and repairing the qmail queue
structure.  It will fix uid/gid settings and permissions.  It will
rename the message files to match their inodes.  It will even create
directories and files that don't exist that should be there (you
can even create a queue from scratch).  It will also print warnings
for any files it finds that should not exist.

diffstat:

 mail/queue-fix/DESCR    |   6 ++++++
 mail/queue-fix/Makefile |  29 +++++++++++++++++++++++++++++
 mail/queue-fix/PLIST    |   4 ++++
 mail/queue-fix/distinfo |   4 ++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 0436aa817103 -r cc2f5e1cd335 mail/queue-fix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/queue-fix/DESCR      Sat Aug 28 22:14:33 2004 +0000
@@ -0,0 +1,6 @@
+This is a small utility for checking and repairing the qmail queue
+structure.  It will fix uid/gid settings and permissions.  It will
+rename the message files to match their inodes.  It will even create
+directories and files that don't exist that should be there (you can
+even create a queue from scratch).  It will also print warnings for
+any files it finds that should not exist.
diff -r 0436aa817103 -r cc2f5e1cd335 mail/queue-fix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/queue-fix/Makefile   Sat Aug 28 22:14:33 2004 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/28 22:14:33 schmonz Exp $
+#
+
+DISTNAME=              queue-fix
+PKGNAME=               ${DISTNAME:C/$/-1.4/}
+CATEGORIES=            mail
+MASTER_SITES=          ${HOMEPAGE}
+
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              http://www.netmeridian.com/e-huss/
+COMMENT=               Check and repair the qmail queue structure
+
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+
+USE_BUILDLINK3=                yes
+
+ALL_TARGET=            it
+
+INSTALLATION_DIRS=     bin share/doc/queue-fix
+
+do-configure:
+       ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
+       ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/queue-fix ${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/queue-fix
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0436aa817103 -r cc2f5e1cd335 mail/queue-fix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/queue-fix/PLIST      Sat Aug 28 22:14:33 2004 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/28 22:14:33 schmonz Exp $
+bin/queue-fix
+share/doc/queue-fix/README
+@dirrm share/doc/queue-fix
diff -r 0436aa817103 -r cc2f5e1cd335 mail/queue-fix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/queue-fix/distinfo   Sat Aug 28 22:14:33 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/28 22:14:33 schmonz Exp $
+
+SHA1 (queue-fix.tar.gz) = ce42fcc4daf5076adcf8fea6a9a84f2e1716c67c
+Size (queue-fix.tar.gz) = 18486 bytes



Home | Main Index | Thread Index | Old Index