mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
13 lines
360 B
Text
13 lines
360 B
Text
--- 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
|