summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gift/files/gift-0.1.14-ps_params.patch')
-rw-r--r--media-gfx/gift/files/gift-0.1.14-ps_params.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/gift/files/gift-0.1.14-ps_params.patch b/media-gfx/gift/files/gift-0.1.14-ps_params.patch
new file mode 100644
index 0000000..03e2dda
--- /dev/null
+++ b/media-gfx/gift/files/gift-0.1.14-ps_params.patch
@@ -0,0 +1,11 @@
+--- gift-0.1.14.orig/scripts/perl/gift-start.pre-pl 2002-07-22 09:09:29.000000000 +0200
++++ gift-0.1.14/scripts/perl/gift-start.pre-pl 2004-04-20 01:16:46.751203000 +0200
+@@ -103,7 +103,7 @@
+
+ while(1){
+ print "doing ps\n";
+- open PS,"ps -axww|" or die "could not ps";
++ open PS,"ps axww|" or die "could not ps";
+
+ my $lFound=0;
+ my $lPID=0;