From 2c0c9683099dd48ff2139916cf0580acaf46d716 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 6 Feb 2009 07:16:32 +0000 Subject: Grr, I forgot to add patch files in previous commit... --- misc/amanda-server/files/patch-perl::Amanda::Process.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/amanda-server/files/patch-perl::Amanda::Process.pm (limited to 'misc/amanda-server/files/patch-perl::Amanda::Process.pm') diff --git a/misc/amanda-server/files/patch-perl::Amanda::Process.pm b/misc/amanda-server/files/patch-perl::Amanda::Process.pm new file mode 100644 index 000000000000..806659b3f979 --- /dev/null +++ b/misc/amanda-server/files/patch-perl::Amanda::Process.pm @@ -0,0 +1,11 @@ +--- 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