xinetd: update config sample to latest requirements 13752/head
authorHelge Mader <ma@dev.tdt.de>
Fri, 23 Oct 2020 07:40:45 +0000 (09:40 +0200)
committerHelge Mader <ma@dev.tdt.de>
Fri, 23 Oct 2020 09:15:20 +0000 (11:15 +0200)
Signed-off-by: Helge Mader <ma@dev.tdt.de>
net/xinetd/files/xinetd.uci.conf.sample

index 4988a895d08d709c08c4d56524b0a038122f7ca0..13bce53735b4f8254e1129dddf2e2b9b323e8ab6 100644 (file)
@@ -2,10 +2,12 @@
 #        option type 'UNLISTED'
 #        option port '6556'
 #        option socket_type 'stream'
-#        option protocol 'tcp'      
-#        option wait 'no'     
+#        option protocol 'tcp'
+#        option wait 'no'
 #        option user 'root'
 #        option server '/usr/bin/check_mk_agent'
-#        option log_on_success ''             
-#        option only_from '127.0.0.1'
-#        option disable 'no'         
+#        list only_from '127.0.0.1'
+#        list only_from '1.1.1.1'
+#        list log_on_success 'PID'
+#        list log_on_success 'HOST'
+#        option disable 'no'