Преглед изворни кода

Wrong case for nrpe_port, so the port number not in the xinetd file

John C. Frickson пре 9 година
родитељ
комит
d309f694f7
1 измењених фајлова са 1 додато и 1 уклоњено
  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            = @NRPE_PORT@
+    port            = @npre_port@
     wait            = no
     user            = @nrpe_user@
     group           = @nrpe_group@