summaryrefslogtreecommitdiff
path: root/misc/amanda26-server/files/patch-server-src__amcleanup.pl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:38:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:38:59 +0000
commitbeced671bdcb6ffe50e652d814ac803ba36386d8 (patch)
tree88eb9dbb4fc80b7d159c64e16db129bdd9b80aed /misc/amanda26-server/files/patch-server-src__amcleanup.pl
parentAdd the current SUSv4/Open Group Base Specifications Issue 7. (diff)
Remove non staged ports without pending PR from m*
Diffstat (limited to 'misc/amanda26-server/files/patch-server-src__amcleanup.pl')
-rw-r--r--misc/amanda26-server/files/patch-server-src__amcleanup.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/amanda26-server/files/patch-server-src__amcleanup.pl b/misc/amanda26-server/files/patch-server-src__amcleanup.pl
deleted file mode 100644
index fbd45ccbea63..000000000000
--- a/misc/amanda26-server/files/patch-server-src__amcleanup.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- server-src/amcleanup.pl.orig 2009-01-28 13:57:21.000000000 +0900
-+++ server-src/amcleanup.pl 2009-01-28 13:57:33.000000000 +0900
-@@ -94,7 +94,7 @@
- } elsif (!$process_alive) {
- #check amdump/amflush process
- foreach my $pname ("amdump", "amflush") {
-- my $pid = `ps -ef|grep -w ${pname}|grep -w ${config_name}| grep -v grep | awk '{print \$2}'`;
-+ my $pid = `ps -f|grep -w ${pname}|grep -w ${config_name}| grep -v grep | awk '{print \$2}'`;
- chomp $pid;
- if ($pid ne "") {
- $Amanda_process->set_master($pname, $pid);