elif type -P syslog-ng >/dev/null; then
installs="syslog-ng"
else
- dwarn "Could not find any syslog binary although the syslogmodule is selected to be installed. Please check."
+ dwarning "Could not find any syslog binary although the syslogmodule is selected to be installed. Please check."
fi
if [ -n "$installs" ]; then
dracut_install cat
elif [ /sbin/syslog-ng ]; then
syslogtype="syslog-ng"
else
- dwarn "Could not find any syslog binary although the syslogmodule is selected to be installed. Please check."
+ warn "Could not find any syslog binary although the syslogmodule is selected to be installed. Please check."
fi
echo "$syslogtype"
[ -n "$syslogtype" ]