Sfoglia il codice sorgente

typo in startup/default-xinetd.in

Fix for issue https://github.com/NagiosEnterprises/nrpe/issues/52
John C. Frickson 9 anni fa
parent
commit
d2151fdf3b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      startup/default-xinetd.in

+ 1 - 1
startup/default-xinetd.in

@@ -4,7 +4,7 @@ service nrpe
 {
     disable         = yes
     socket_type     = stream
-    port            = @npre_port@
+    port            = @nrpe_port@
     wait            = no
     user            = @nrpe_user@
     group           = @nrpe_group@