[Pgp-tools-commit] r148 - in trunk: caff debian

Peter Palfrader weasel at debian.org
Thu Jul 28 00:23:37 UTC 2005


This is not a proper fix, I'll back it out.  The print is not only
trigered on error reading from stdin.  Maybe you can make a better fix,
or I will eventually.  For now I backed out the change.

On Wed, 27 Jul 2005, Thijs Kinkhorst wrote:

> Author: kink-guest
> Date: 2005-07-27 10:11:20 +0000 (Wed, 27 Jul 2005)
> New Revision: 148
> 
> Modified:
>    trunk/caff/caff
>    trunk/debian/changelog
> Log:
> + Improve error when using xargs, thanks Lior Kaplan (Closes: #319519).
> 
> 
> Modified: trunk/caff/caff
> ===================================================================
> --- trunk/caff/caff	2005-07-27 10:09:51 UTC (rev 147)
> +++ trunk/caff/caff	2005-07-27 10:11:20 UTC (rev 148)
> @@ -457,7 +457,7 @@
>  		$answer = <STDIN>;
>  		chomp $answer;
>  		last if ((defined $answer) && (length $answer <= 1));
> -		print "grrrrrr.\n";
> +		print "Error reading from STDIN (are you using caff with xargs?).\n";
>  		sleep 1;
>  	};
>  	my $result = $default;
> 
> Modified: trunk/debian/changelog
> ===================================================================
> --- trunk/debian/changelog	2005-07-27 10:09:51 UTC (rev 147)
> +++ trunk/debian/changelog	2005-07-27 10:11:20 UTC (rev 148)
> @@ -14,6 +14,7 @@
>         thanks Christof Douma (Closes: #316129).
>       + Create unique attachment filenames, thanks Robin H. Johnson
>         (Closes: #318469).
> +     + Improve error when using xargs, thanks Lior Kaplan (Closes: #319519).
>    * Depend on libtext-template-perl as caff needs it.
>    * Update to Standards-Version 3.6.2, no changes necessary.
>  
> 
> 
> _______________________________________________
> Pgp-tools-commit mailing list
> Pgp-tools-commit at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pgp-tools-commit
> 

-- 
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
    messages preferred.    | : :' :      The  universal
                           | `. `'      Operating System
 http://www.palfrader.org/ |   `-    http://www.debian.org/




More information about the Pgp-tools-commit mailing list