aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/files/patch-scripts-fd.in
blob: 62525545d487178810fd9f43459f9328bae94f44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*** 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