From 5cefa4a292a0982c09470deb1c2ccff9dcb43702 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Mon, 5 Jan 2009 04:59:06 +0000 Subject: Finally upgrade to 2.6.0p2. Old 2.5.x version is repocopied as misc/amanda25-{server,client}. If you have backup clients which cannot be upgraded to 2.6.x, use these old ports or disable usetimestamps option (enabled by default, which is incompatible with 2.5.x) in amanda.conf. More minor improvements will follow. PR: ports/128836 Submitted by: Goran Lowkrantz Urged by: many --- misc/amanda26-server/files/patch-server-src::amcleanup.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/amanda26-server/files/patch-server-src::amcleanup.sh (limited to 'misc/amanda26-server/files/patch-server-src::amcleanup.sh') diff --git a/misc/amanda26-server/files/patch-server-src::amcleanup.sh b/misc/amanda26-server/files/patch-server-src::amcleanup.sh new file mode 100644 index 000000000000..f566f64e6504 --- /dev/null +++ b/misc/amanda26-server/files/patch-server-src::amcleanup.sh @@ -0,0 +1,11 @@ +--- server-src/amcleanup.sh.orig 2009-01-05 07:37:09.000000000 +0900 ++++ server-src/amcleanup.sh 2009-01-05 07:37:26.000000000 +0900 +@@ -75,7 +75,7 @@ + # after receiving SIGTERM, if yes send SIGKILL + # + +-function killpid() { ++killpid() { + + killPID=$1 + SIGTERM=15 -- cgit v1.2.3