From 91677839a26a2f7f7fbd3cf61e91e2983492b226 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 27 Dec 2011 22:11:01 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_9_0_0'. --- misc/amanda32-server/files/patch-perl::Amanda::Process.pm | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 misc/amanda32-server/files/patch-perl::Amanda::Process.pm (limited to 'misc/amanda32-server/files/patch-perl::Amanda::Process.pm') diff --git a/misc/amanda32-server/files/patch-perl::Amanda::Process.pm b/misc/amanda32-server/files/patch-perl::Amanda::Process.pm deleted file mode 100644 index 806659b3f979..000000000000 --- a/misc/amanda32-server/files/patch-perl::Amanda::Process.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- perl/Amanda/Process.pm.orig 2009-01-28 13:57:55.000000000 +0900 -+++ perl/Amanda/Process.pm 2009-01-28 13:58:19.000000000 +0900 -@@ -155,7 +155,7 @@ - $self->{ppid} = (); - my $ps_argument = $Amanda::Constants::PS_ARGUMENT; - if ($ps_argument eq "CYGWIN") { -- open(PSTABLE, "-|", "ps -ef") || die("ps -ef: $!"); -+ open(PSTABLE, "-|", "ps -f") || die("ps -f: $!"); - my $psline = ; #header line - while($psline = ) { - chomp $psline; -- cgit v1.2.3