mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 05:02:22 +02:00
Fix the syslog starting failure
Should use "-Cxx" instead of "-C xx" as command line for syslog in busybox Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
@@ -16,7 +16,7 @@ if [ -f /etc/syslog.conf ]; then
|
||||
LOG_REMOTE=0
|
||||
for D in $DESTINATION; do
|
||||
if [ "$D" = "buffer" ]; then
|
||||
SYSLOG_ARGS="$SYSLOG_ARGS -C $BUFFERSIZE"
|
||||
SYSLOG_ARGS="$SYSLOG_ARGS -C$BUFFERSIZE"
|
||||
LOG_LOCAL=1
|
||||
elif [ "$D" = "file" ]; then
|
||||
if [ -n "$LOGFILE" ]; then
|
||||
|
||||
Reference in New Issue
Block a user