diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-07-14 04:23:14 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-07-14 04:23:14 +0000 |
commit | 149eb44708976d2e630ea2c7fa5f2e897a59e035 (patch) | |
tree | a167764818dc940998e47786390124cab8190f31 /mail | |
parent | fb653c01eb38648fd4885eaa8f9b6387fb902f69 (diff) | |
download | pkgsrc-149eb44708976d2e630ea2c7fa5f2e897a59e035.tar.gz |
Rename queue_repair to queue-repair, in keeping with the package name
and updated HOMEPAGE. The installed command is still "queue_repair".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 4 | ||||
-rw-r--r-- | mail/queue-repair/DESCR | 4 | ||||
-rw-r--r-- | mail/queue-repair/Makefile (renamed from mail/queue_repair/Makefile) | 4 | ||||
-rw-r--r-- | mail/queue-repair/PLIST | 2 | ||||
-rw-r--r-- | mail/queue-repair/distinfo (renamed from mail/queue_repair/distinfo) | 2 | ||||
-rw-r--r-- | mail/queue_repair/DESCR | 7 | ||||
-rw-r--r-- | mail/queue_repair/PLIST | 2 |
7 files changed, 11 insertions, 14 deletions
diff --git a/mail/Makefile b/mail/Makefile index 392bad02145..c84e5861a55 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.266 2005/06/28 12:45:05 peter Exp $ +# $NetBSD: Makefile,v 1.267 2005/07/14 04:23:14 schmonz Exp $ # COMMENT= Electronic mail utilities @@ -164,7 +164,7 @@ SUBDIR+= qmailanalog SUBDIR+= qpopper SUBDIR+= qtools SUBDIR+= queue-fix -SUBDIR+= queue_repair +SUBDIR+= queue-repair SUBDIR+= rblcheck SUBDIR+= ripmime SUBDIR+= rmail-mime diff --git a/mail/queue-repair/DESCR b/mail/queue-repair/DESCR new file mode 100644 index 00000000000..d26b29dd0eb --- /dev/null +++ b/mail/queue-repair/DESCR @@ -0,0 +1,4 @@ +A toolkit for dealing with the qmail queue directory structure; it +can create a new queue, move and properly rename a queue, dynamically +change the conf-split value, convert big-todo queues to non-big-todo +and vice versa, and repair a corrupted queue. diff --git a/mail/queue_repair/Makefile b/mail/queue-repair/Makefile index deb0da0510f..4067695c4e5 100644 --- a/mail/queue_repair/Makefile +++ b/mail/queue-repair/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/16 06:58:08 jlam Exp $ +# $NetBSD: Makefile,v 1.1 2005/07/14 04:23:14 schmonz Exp $ # DISTNAME= queue-repair-0.9.0 @@ -6,7 +6,7 @@ CATEGORIES= mail MASTER_SITES= ${HOMEPAGE} MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://pyropus.ca/software/queue_repair/ +HOMEPAGE= http://pyropus.ca/software/queue-repair/ COMMENT= Check or correct most corruptions of the queue in qmail NO_BUILD= YES diff --git a/mail/queue-repair/PLIST b/mail/queue-repair/PLIST new file mode 100644 index 00000000000..9258c1e02e0 --- /dev/null +++ b/mail/queue-repair/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2005/07/14 04:23:14 schmonz Exp $ +bin/queue_repair diff --git a/mail/queue_repair/distinfo b/mail/queue-repair/distinfo index 046ad49b958..b7d373492eb 100644 --- a/mail/queue_repair/distinfo +++ b/mail/queue-repair/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 09:59:28 agc Exp $ +$NetBSD: distinfo,v 1.1 2005/07/14 04:23:14 schmonz Exp $ SHA1 (queue-repair-0.9.0.tar.gz) = 123a9034c2fbbda7ca7c193153d67c4837909e56 RMD160 (queue-repair-0.9.0.tar.gz) = 7634105825299e5d2314c819d7eb3260a3bdb2b3 diff --git a/mail/queue_repair/DESCR b/mail/queue_repair/DESCR deleted file mode 100644 index e9e6956033c..00000000000 --- a/mail/queue_repair/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -queue_repair can be used to check or correct most corruptions of the queue -in qmail (resulting from filesystem damage, etc). Functionality includes -automatic, dynamic determination of UIDs and GIDs. Automatic, dynamic -determination of use of big-todo. Handles basic tasks like fixing a queue -restored from backups, incorrect ownership or permissions of directories and -files, missing or extra split subdirectories, unexpected files or other -directories, or creating a valid queue from scratch. diff --git a/mail/queue_repair/PLIST b/mail/queue_repair/PLIST deleted file mode 100644 index f9514d72f98..00000000000 --- a/mail/queue_repair/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:16 zuntum Exp $ -bin/queue_repair |