From: Helge Mader Date: Fri, 23 Oct 2020 07:40:45 +0000 (+0200) Subject: xinetd: update config sample to latest requirements X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2bba943e99b4abfcaed1d7a12e3e287016d36f8e;p=feed%2Fpackages.git xinetd: update config sample to latest requirements Signed-off-by: Helge Mader --- 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'