@@ -2,6 +2,13 @@
NRPE Changelog
**************
+
+2.5.2 - ??/??/2006
+------------------
+- Fixed incorrect service name in sample xinetd config file
+- Added note on how to restart inetd for OpenBSD users (Robert Peaslee)
2.5.1 - 04/09/2006
------------------
- Patch to fix segfault if --no-ssl option is used (Sean Finney/Peter Palfrader)
@@ -159,6 +159,10 @@ of TCP wrappers, you need to do the following things:
/etc/rc.d/init.d/xinetd restart
+ OpenBSD users can use the following command to restart inetd:
+ kill -HUP `cat /var/run/inet.pid`
4) Add entries to your /etc/hosts.allow and /etc/hosts.deny
@@ -1,6 +1,6 @@
# default: on
# description: NRPE (Nagios Remote Plugin Executor)
-service nsca
+service nrpe
{
flags = REUSE
socket_type = stream