summaryrefslogtreecommitdiff
path: root/misc/amanda26-server/files/patch-perl::Amanda::Process.pm
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-02-06 07:16:32 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-02-06 07:16:32 +0000
commit2c0c9683099dd48ff2139916cf0580acaf46d716 (patch)
tree4c7ec334da8c82a05a630e1bd59362ca1d6ef8b5 /misc/amanda26-server/files/patch-perl::Amanda::Process.pm
parentUpdate to 0.2.29 (diff)
Grr, I forgot to add patch files in previous commit...
Notes
Notes: svn path=/head/; revision=227708
Diffstat (limited to 'misc/amanda26-server/files/patch-perl::Amanda::Process.pm')
-rw-r--r--misc/amanda26-server/files/patch-perl::Amanda::Process.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/amanda26-server/files/patch-perl::Amanda::Process.pm b/misc/amanda26-server/files/patch-perl::Amanda::Process.pm
new file mode 100644
index 000000000000..806659b3f979
--- /dev/null
+++ b/misc/amanda26-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 = <PSTABLE>; #header line
+ while($psline = <PSTABLE>) {
+ chomp $psline;