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