summaryrefslogtreecommitdiff
path: root/misc/amanda32-server/files/patch-perl::Amanda::Process.pm
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
commitb6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch)
treef2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /misc/amanda32-server/files/patch-perl::Amanda::Process.pm
parent- Fix PLIST (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Diffstat (limited to 'misc/amanda32-server/files/patch-perl::Amanda::Process.pm')
-rw-r--r--misc/amanda32-server/files/patch-perl::Amanda::Process.pm11
1 files changed, 0 insertions, 11 deletions
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 = <PSTABLE>; #header line
- while($psline = <PSTABLE>) {
- chomp $psline;