--- prog/fiaif.orig 2005-04-22 12:53:11 +0400 +++ prog/fiaif 2005-04-22 12:56:55 +0400 @@ -179,7 +179,7 @@ touch ${SUBSYS_FILE} ;; - stop) + stop|condstop) if [[ ! -f ${SUBSYS_FILE} ]]; then echo "FIAIF has not yet been started." return 7 @@ -192,7 +192,7 @@ ;; - restart) + restart|condrestart|reload) if [[ ! -f ${SUBSYS_FILE} ]]; then echo "FIAIF has not yet been started." return 7 @@ -260,7 +260,7 @@ ;; *) - echo "Usage: $0 {start|stop|restart|force-reload|status|panic|tc-start|tc-stop|tc-status}" + echo "Usage: $0 {start|stop|restart|condrestart|condstop|reload|force-reload|status|panic|tc-start|tc-stop|tc-status}" return 2 esac