[Pkg-Cyrus-imapd-Debian-devel] [SVN] r118 - in trunk/cyrus-imapd-2.2.12: debian imap
pkg-cyrus-imapd-debian-devel@lists.alioth.debian.org
pkg-cyrus-imapd-debian-devel@lists.alioth.debian.org
Fri, 29 Apr 2005 00:20:55 +0200
Author: sven
Date: 2005-04-29 00:20:53 +0200 (Fri, 29 Apr 2005)
New Revision: 118
Modified:
trunk/cyrus-imapd-2.2.12/debian/changelog
trunk/cyrus-imapd-2.2.12/imap/quota.c
trunk/cyrus-imapd-2.2.12/imap/reconstruct.c
Log:
Fix name of executable in usage() for cyrquota and cyrreconstruct and doc=
ument the change in debian/changelog
Modified: trunk/cyrus-imapd-2.2.12/debian/changelog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cyrus-imapd-2.2.12/debian/changelog 2005-04-28 22:19:46 UTC (re=
v 117)
+++ trunk/cyrus-imapd-2.2.12/debian/changelog 2005-04-28 22:20:53 UTC (re=
v 118)
@@ -1,13 +1,14 @@
cyrus22-imapd (2.2.12-0.4) unstable; urgency=3Dlow
=20
- * Fix usage message in deliver.c to reflect Debian naming of (cyr)deli=
ver
+ * Fix usage message in deliver.c to reflect Debian naming of (cyr)deli=
ver,
+ (cyr)quota and (cyr)reconstruct
* Document the defaultdomain setting a bit better (hopefully)
* fix deletion of debian/cyrus-hardwired-config.txt during cleanup
* build both arch-dependend and arch-independend parts when debian/rul=
es is
called for the build target
* Add Sven Mueller to the list of uploaders
=20
- -- Sven Mueller <debian@incase.de> Thu, 28 Apr 2005 21:53:24 +0200
+ -- Sven Mueller <debian@incase.de> Fri, 29 Apr 2005 00:14:04 +0200
=20
cyrus22-imapd (2.2.12-0.3) unstable; urgency=3Dlow
=20
Modified: trunk/cyrus-imapd-2.2.12/imap/quota.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cyrus-imapd-2.2.12/imap/quota.c 2005-04-28 22:19:46 UTC (rev 11=
7)
+++ trunk/cyrus-imapd-2.2.12/imap/quota.c 2005-04-28 22:20:53 UTC (rev 11=
8)
@@ -196,7 +196,7 @@
=20
void usage(void)
{
- fprintf(stderr, "usage: quota [-C <alt_config>] [-d <domain>] [-f] [=
prefix]...\n");
+ fprintf(stderr, "usage: cyrquota [-C <alt_config>] [-d <domain>] [-f=
] [prefix]...\n");
exit(EC_USAGE);
} =20
=20
Modified: trunk/cyrus-imapd-2.2.12/imap/reconstruct.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cyrus-imapd-2.2.12/imap/reconstruct.c 2005-04-28 22:19:46 UTC (=
rev 117)
+++ trunk/cyrus-imapd-2.2.12/imap/reconstruct.c 2005-04-28 22:20:53 UTC (=
rev 118)
@@ -345,7 +345,7 @@
void usage(void)
{
fprintf(stderr,
- "usage: reconstruct [-C <alt_config>] [-p partition] [-rfx] mailbox=
...\n");
+ "usage: cyrreconstruct [-C <alt_config>] [-p partition] [-rfx] mail=
box...\n");
fprintf(stderr, " reconstruct [-C <alt_config>] -m\n");
exit(EC_USAGE);
} =20