From: Martin Schwenke Date: Mon, 16 Apr 2018 09:08:20 +0000 (+1000) Subject: ctdb-scripts: Drop UDP/file logging warning from ctdbd_wrapper X-Git-Tag: ldb-1.4.0~476 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3459a152f75ad0fc594d34a0486f2e998aed8cac;p=thirdparty%2Fsamba.git ctdb-scripts: Drop UDP/file logging warning from ctdbd_wrapper Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/config/ctdbd_wrapper b/ctdb/config/ctdbd_wrapper index bcaf39850cf..6473a3eddd6 100755 --- a/ctdb/config/ctdbd_wrapper +++ b/ctdb/config/ctdbd_wrapper @@ -137,18 +137,6 @@ start() ulimit -n "$CTDB_MAX_OPEN_FILES" fi - case "$CTDB_LOGGING" in - syslog:udp|syslog:udp-rfc5424) - logger -t ctdbd "CTDB is being run with ${CTDB_LOGGING}. If nothing is logged then check your syslogd configuration" - ;; - syslog|syslog:*) : ;; - file:*) - logger -t ctdbd "CTDB is being run without syslog enabled. Logs will be in ${CTDB_LOGGING#file:}" - ;; - *) - logger -t ctdbd "CTDB is being run without syslog enabled. Logs will be in log.ctdb" - esac - eval "$ctdbd" "$ctdb_options" || return 1 # Wait until ctdbd has started and is ready to respond to clients.