mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
- define LICENSE - simplify handling of USERS and GROUPS - reorder make variables in accordance with policy - regenerate patches - harden amstatus against task death Changelog: https://www.zmanda.com/amanda-community/?ss360SearchTerm=3.5.1 PR: 264714 Approved by: fbsd@dylanleigh.net (maintainer timeout)
11 lines
440 B
Perl
11 lines
440 B
Perl
--- perl/Amanda/Process.pm.orig 2017-12-01 13:26:29 UTC
|
|
+++ perl/Amanda/Process.pm
|
|
@@ -184,7 +184,7 @@ sub load_ps_table() {
|
|
$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;
|