From 2bba943e99b4abfcaed1d7a12e3e287016d36f8e Mon Sep 17 00:00:00 2001 From: Helge Mader Date: Fri, 23 Oct 2020 09:40:45 +0200 Subject: [PATCH] xinetd: update config sample to latest requirements Signed-off-by: Helge Mader --- net/xinetd/files/xinetd.uci.conf.sample | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/net/xinetd/files/xinetd.uci.conf.sample b/net/xinetd/files/xinetd.uci.conf.sample index 4988a895d0..13bce53735 100644 --- a/net/xinetd/files/xinetd.uci.conf.sample +++ b/net/xinetd/files/xinetd.uci.conf.sample @@ -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' -- 2.30.2