469dd71
--- init-script.in.orig	2006-03-05 16:03:15.000000000 -0600
469dd71
+++ init-script.in	2006-03-05 16:04:46.000000000 -0600
469dd71
@@ -51,6 +51,11 @@
469dd71
 	$0 stop
469dd71
 	$0 start
469dd71
 	;;
469dd71
+  reload)
469dd71
+	echo -n "Reloading nrpe"
469dd71
+	killproc nrpe -HUP
469dd71
+	echo
469dd71
+	;;
469dd71
   status)
469dd71
 	status nrpe
469dd71
 	;;