summaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/files/patch-scripts-fd.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula-server/files/patch-scripts-fd.in')
-rw-r--r--sysutils/bacula-server/files/patch-scripts-fd.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/bacula-server/files/patch-scripts-fd.in b/sysutils/bacula-server/files/patch-scripts-fd.in
deleted file mode 100644
index 62525545d487..000000000000
--- a/sysutils/bacula-server/files/patch-scripts-fd.in
+++ /dev/null
@@ -1,21 +0,0 @@
-*** 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