2009-05-14 14:17:13 +00:00
|
|
|
--- fcoe-utils-1.0.7/etc/initd/initd.fedora 2009-03-27 21:40:22.000000000 +0100
|
|
|
|
+++ fcoe-utils-1.0.7/etc/initd/initd.fedora.update 2009-04-03 09:54:39.000000000 +0200
|
|
|
|
service_status()
|
2009-07-31 17:51:10 +00:00
|
|
|
@@ -245,6 +245,8 @@ service_status()
|
2009-05-14 14:17:13 +00:00
|
|
|
else
|
|
|
|
echo "Created interfaces: $IF_LIST"
|
|
|
|
fi
|
|
|
|
+ test -f /var/lock/subsys/fcoe
|
|
|
|
+ return $@
|
|
|
|
}
|
|
|
|
|
|
|
|
case "$1" in
|
2009-07-31 17:51:10 +00:00
|
|
|
@@ -284,6 +286,7 @@ case "$1" in
|
2009-05-14 14:17:13 +00:00
|
|
|
;;
|
|
|
|
status)
|
|
|
|
service_status
|
|
|
|
+ exit $?
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload}"
|