This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
aiccu/aiccu-reload.patch
Matt Domsch b937ff470d auto-import aiccu-2005.01.31-4.fc6 on branch devel from
aiccu-2005.01.31-4.fc6.src.rpm
2006-06-28 20:31:09 +00:00

21 lines
455 B
Diff

--- doc/aiccu.init.rpm.orig 2006-04-22 16:09:38.000000000 -0500
+++ doc/aiccu.init.rpm 2006-04-22 16:10:07.000000000 -0500
@@ -87,6 +87,9 @@
restart)
restart
;;
+ reload)
+ restart
+ ;;
status)
rhstatus
;;
@@ -94,7 +97,7 @@
[ -f /var/lock/subsys/aiccu ] && restart || :
;;
*)
- echo $"Usage: $0 {start|stop|restart|status|condrestart}"
+ echo $"Usage: $0 {start|stop|restart|reload|status|condrestart}"
exit 1
esac