freebsd-ports/print/muttprint/files/patch-ab
Oliver Braun 71934abba4 * Create a uniq tmpfile for each user.
* Bump PORTREVISION.

PR:		ports/50540
Submitted by:	Alex Semenyaka <alexs@snark.ratmir.ru>
2003-04-06 14:32:55 +00:00

22 lines
625 B
Text

--- muttprint.orig Sun Dec 15 20:14:03 2002
+++ muttprint Sun Apr 6 16:28:56 2003
@@ -193,8 +193,8 @@
if ($Config{'PENGUIN'} eq "on") {
$Config{'PENGUIN'} =
- -r "$share_dir/penguin.eps"
- ? "$share_dir/penguin.eps" : "off";
+ -r "$share_dir/Beastie.eps"
+ ? "$share_dir/Beastie.eps" : "off";
}
ReadConfig ($Config{RCFILE});
@@ -1532,7 +1532,7 @@
##############################################################################
sub GetGeometryVersion {
- my $tempfile = "/tmp/muttprint-geometry-ver";
+ my $tempfile = "/tmp/muttprint-geometry-ver.$<";
my $geometryVersion;
# temporary file exists