syslog: fixed warn() and dwarning() calls
parent
fe17f4e86b
commit
29cfd6c80b
|
|
@ -24,7 +24,7 @@ install() {
|
|||
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
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ detect_syslog() {
|
|||
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" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue