From 1a2f3f05100ab5041e10b572260363ad336a4c32 Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Mon, 20 Oct 2003 18:39:32 +0000 Subject: o) Update to the new version 1.32b o) Take over maintainership in agreement with old maintainer, who don't use bacula anymore. --- sysutils/bacula/files/patch-scripts-fd.in | 34 +++++++++++++++++++------------ 1 file changed, 21 insertions(+), 13 deletions(-) (limited to 'sysutils/bacula/files/patch-scripts-fd.in') diff --git a/sysutils/bacula/files/patch-scripts-fd.in b/sysutils/bacula/files/patch-scripts-fd.in index 783b842b4a88..62525545d487 100644 --- a/sysutils/bacula/files/patch-scripts-fd.in +++ b/sysutils/bacula/files/patch-scripts-fd.in @@ -1,13 +1,21 @@ ---- scripts/fd.in.orig Mon Feb 24 13:49:20 2003 -+++ scripts/fd.in Mon Feb 24 13:49:59 2003 -@@ -135,8 +135,8 @@ - return 1 - fi - fi -- # See if /var/lock/subsys/$1 exists -- if [ -f /var/lock/subsys/$1 ]; then -+ # See if @subsysdir@/$1 exists -+ if [ -f @subsysdir@/$1 ]; then - echo "$1 dead but subsys locked" - return 2 - fi +*** scripts/fd.in.orig Sun May 11 22:39:16 2003 +--- scripts/fd.in Wed Oct 1 20:47:13 2003 +*************** +*** 139,146 **** + return 1 + fi + fi +! # See if /var/lock/subsys/$1 exists +! if [ -f /var/lock/subsys/$1 ]; then + echo "$1 dead but subsys locked" + return 2 + fi +--- 139,146 ---- + return 1 + fi + fi +! # See if @subsysdir@/$1 exists +! if [ -f @subsysdir@/$1 ]; then + echo "$1 dead but subsys locked" + return 2 + fi -- cgit v1.2.3