[Pkg-Cyrus-imapd-Debian-devel] [SVN] r169 - in trunk/cyrus-imapd-2.2.12/debian: changelog patches/65-sieveshell-enhancements.dpatch

debian at incase.de debian at incase.de
Fri Sep 23 17:05:11 UTC 2005


Author: sven
Date: Fri Sep 23 19:05:11 2005
New Revision: 169

URL: https://mail.incase.de/viewcvs?root=cyrus22?view=rev&rev=169
Log:
Document changeset #168, fix the documentation of the --password switch to include a warning
Modified:
    trunk/cyrus-imapd-2.2.12/debian/changelog
    trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch

Modified: trunk/cyrus-imapd-2.2.12/debian/changelog
URL: https://mail.incase.de/viewcvs?root=cyrus22/trunk/cyrus-imapd-2.2.12/debian/changelog?view=diff&rev=169&p1=trunk/cyrus-imapd-2.2.12/debian/changelog&r1=168&p2=trunk/cyrus-imapd-2.2.12/debian/changelog&r2=169
==============================================================================
--- trunk/cyrus-imapd-2.2.12/debian/changelog (original)
+++ trunk/cyrus-imapd-2.2.12/debian/changelog Fri Sep 23 19:05:11 2005
@@ -10,12 +10,17 @@
     by default.
   * Patched init script to support everything LSB 3.0 asks for, including the
     "right" return codes, as far as we can.
+  * Add patch to enhance sieveshell a bit:
+    - Add --execfile parameter to read commands from a file
+    - Add --password parameter to pass the users parameter on the commandline
+    - Add code to return with a non-zero exit code if the last command
+      executed failed for some reason.
 
   [ Ondřej Surý ]
   * Add 64bit quota dpatch.
-  * Rerun autoconf and add result as dpatch.
+  * Rerun autoconf and add result as dpatch. 
 
- -- Sven Mueller <debian at incase.de>  Wed, 31 Aug 2005 23:00:56 +0200
+ -- Sven Mueller <debian at incase.de>  Fri, 23 Sep 2005 18:55:57 +0200
 
 cyrus22-imapd (2.2.12-0.5) unstable; urgency=low
 

Modified: trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch
URL: https://mail.incase.de/viewcvs?root=cyrus22/trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch?view=diff&rev=169&p1=trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch&r1=168&p2=trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch&r2=169
==============================================================================
--- trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch (original)
+++ trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch Fri Sep 23 19:05:11 2005
@@ -165,22 +165,24 @@
  __END__
  
  =head1 NAME
-@@ -285,7 +319,7 @@
+@@ -285,7 +319,8 @@
  =head1 SYNOPSIS
  
  sieveshell [B<--user>=I<user>] [B<--authname>=I<authname>] 
 -[B<--realm>=I<realm>] [B<--exec>=I<script>] I<server>[B<:>I<port>]
-+[B<--realm>=I<realm>] [B<--password>=I<password>] [B<--exec>=I<script>] [B<--execfile>=I<file>] I<server>[B<:>I<port>]
++[B<--realm>=I<realm>] [B<--password>=I<password>]
++[B<--exec>=I<script>] [B<--execfile>=I<file>] I<server>[B<:>I<port>]
  
  sieveshell B<--help>
  
-@@ -329,11 +363,20 @@
+@@ -329,11 +363,21 @@
  
  The realm to attempt authentication in.
  
 +=item B<-p> I<password>, B<--password>=I<password>
 +
-+The password to use when authenticating to server
++The password to use when authenticating to server. Note that this
++parameter can be seen in the process list. B<Use with caution!>
 +
  =item B<-e> I<script>, B<--exec>=I<script> 
  



More information about the Pkg-Cyrus-imapd-Debian-devel mailing list