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

debian at incase.de debian at incase.de
Mon Nov 21 19:23:57 UTC 2005


Author: sven
Date: Mon Nov 21 20:23:56 2005
New Revision: 209

URL: https://mail.incase.de/viewcvs?root=cyrus22?view=rev&rev=209
Log:
Fix a typo in the sieveshell enhancements
Modified:
    trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch

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=209&p1=trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch&r1=208&p2=trunk/cyrus-imapd-2.2.12/debian/patches/65-sieveshell-enhancements.dpatch&r2=209
==============================================================================
--- 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 Mon Nov 21 20:23:56 2005
@@ -5,9 +5,9 @@
 ## DP: Adds some enhancements to sieveshell and fixes some paths.
 
 @DPATCH@
-diff -urNad complete.dpatch/perl/imap/IMAP/Shell.pm /tmp/dpep.y9SjyR/complete.dpatch/perl/imap/IMAP/Shell.pm
---- complete.dpatch/perl/imap/IMAP/Shell.pm	2004-01-15 15:35:35.000000000 +0100
-+++ /tmp/dpep.y9SjyR/complete.dpatch/perl/imap/IMAP/Shell.pm	2005-11-10 21:01:05.451724741 +0100
+diff -urNad cyrus-imapd-2.2.12/perl/imap/IMAP/Shell.pm /tmp/dpep.YFoauN/cyrus-imapd-2.2.12/perl/imap/IMAP/Shell.pm
+--- cyrus-imapd-2.2.12/perl/imap/IMAP/Shell.pm	2005-11-17 04:21:24.000000000 +0100
++++ /tmp/dpep.YFoauN/cyrus-imapd-2.2.12/perl/imap/IMAP/Shell.pm	2005-11-21 20:21:43.907367956 +0100
 @@ -429,7 +429,7 @@
  # programs, as opposed to things expected from within a program.)
  sub shell {
@@ -26,9 +26,9 @@
    }
    my $fstk = [*STDIN, *STDOUT, *STDERR];
    if ($dorc && $systemrc ne '' && -f $systemrc) {
-diff -urNad complete.dpatch/perl/sieve/lib/request.c /tmp/dpep.y9SjyR/complete.dpatch/perl/sieve/lib/request.c
---- complete.dpatch/perl/sieve/lib/request.c	2003-02-13 21:15:53.000000000 +0100
-+++ /tmp/dpep.y9SjyR/complete.dpatch/perl/sieve/lib/request.c	2005-11-10 21:01:05.451724741 +0100
+diff -urNad cyrus-imapd-2.2.12/perl/sieve/lib/request.c /tmp/dpep.YFoauN/cyrus-imapd-2.2.12/perl/sieve/lib/request.c
+--- cyrus-imapd-2.2.12/perl/sieve/lib/request.c	2005-11-17 04:21:24.000000000 +0100
++++ /tmp/dpep.YFoauN/cyrus-imapd-2.2.12/perl/sieve/lib/request.c	2005-11-21 20:21:43.907367956 +0100
 @@ -560,7 +560,6 @@
  	      char **refer_to, char **errstrp)
  {
@@ -37,9 +37,9 @@
    mystring_t *errstr=NULL;
    lexstate_t state;
    int ret = 0;
-diff -urNad complete.dpatch/perl/sieve/scripts/sieveshell.pl /tmp/dpep.y9SjyR/complete.dpatch/perl/sieve/scripts/sieveshell.pl
---- complete.dpatch/perl/sieve/scripts/sieveshell.pl	2005-11-10 20:59:17.000000000 +0100
-+++ /tmp/dpep.y9SjyR/complete.dpatch/perl/sieve/scripts/sieveshell.pl	2005-11-10 20:59:20.532035859 +0100
+diff -urNad cyrus-imapd-2.2.12/perl/sieve/scripts/sieveshell.pl /tmp/dpep.YFoauN/cyrus-imapd-2.2.12/perl/sieve/scripts/sieveshell.pl
+--- cyrus-imapd-2.2.12/perl/sieve/scripts/sieveshell.pl	2005-11-21 20:21:42.000000000 +0100
++++ /tmp/dpep.YFoauN/cyrus-imapd-2.2.12/perl/sieve/scripts/sieveshell.pl	2005-11-21 20:22:58.422064261 +0100
 @@ -60,7 +60,9 @@
  my $username = $ENV{USER};
  my $authname = $ENV{USER};
@@ -173,7 +173,7 @@
  		open (OUTPUT,">$words[2]") || die "Unable to open $words[2]";
  		print OUTPUT $str;
  		close(OUTPUT);
-+		$exitcode = 1;
++		$exitcode = 0;
  	    } else {
  		print $str;
 +		$exitcode = 0;



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