From 0e85cd35a71fe14adc3da9b756b919836b687a12 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 11 Jan 2012 10:57:07 -0800 Subject: busybox: drop MARKINT option from init script and syslog-startup.conf This option has been disabled in busybox since 2007 as it was deemed too buggy. See: http://git.busybox.net/busybox/commit/?id=4998c818919477d90674a3f220e7407c26da17f9 Signed-off-by: Joshua Lock --- meta/recipes-core/busybox/files/syslog | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-core/busybox/files/syslog') diff --git a/meta/recipes-core/busybox/files/syslog b/meta/recipes-core/busybox/files/syslog index 5ff6599ee..0be412bbe 100644 --- a/meta/recipes-core/busybox/files/syslog +++ b/meta/recipes-core/busybox/files/syslog @@ -37,9 +37,6 @@ if [ -f /etc/syslog-startup.conf ]; then if [ "$LOG_LOCAL" = "1" -a "$LOG_REMOTE" = "1" ]; then SYSLOG_ARGS="$SYSLOG_ARGS -L" fi - if [ -n "$MARKINT" ]; then - SYSLOG_ARGS="$SYSLOG_ARGS -m $MARKINT" - fi if [ "$REDUCE" = "yes" ]; then SYSLOG_ARGS="$SYSLOG_ARGS -S" fi -- cgit v1.2.3