summaryrefslogtreecommitdiff
path: root/sysutils/bacula/files/patch-scripts-fd.in
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2003-10-20 18:39:32 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2003-10-20 18:39:32 +0000
commit1a2f3f05100ab5041e10b572260363ad336a4c32 (patch)
tree72dd62cd26a062fa9fe8a1a3e6b4a849c6f712d2 /sysutils/bacula/files/patch-scripts-fd.in
parentUpdate to version 1.07. (diff)
o) Update to the new version 1.32b
o) Take over maintainership in agreement with old maintainer, who don't use bacula anymore.
Diffstat (limited to 'sysutils/bacula/files/patch-scripts-fd.in')
-rw-r--r--sysutils/bacula/files/patch-scripts-fd.in34
1 files changed, 21 insertions, 13 deletions
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