Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1595539
 поиск   регистрация   авторизация 
 
Группа :: Безопасность/Сети
Пакет: fiaif

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: fiaif-1.19.2-alt-fiaif_script_actions.patch


--- prog/fiaif.orig	2005-04-22 12:53:11 +0400
+++ prog/fiaif	2005-04-22 12:56:55 +0400
@@ -172,7 +172,7 @@
 	    touch ${SUBSYS_FILE}
 	    ;;
 
-	stop)
+	stop|condstop)
 	    if [[ ! -f ${SUBSYS_FILE} ]]; then
 		echo "FIAIF has not yet been started."
 		return 7
@@ -185,7 +185,7 @@
 	    ;;
 
 	
-	restart)		
+	restart|condrestart|reload)
 	    if [[ ! -f ${SUBSYS_FILE} ]]; then
 		echo "FIAIF has not yet been started."
 		return 7
@@ -253,7 +253,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
     
 
design & coding: Vladimir Lettiev aka crux © 2004-2005