diff options
Diffstat (limited to 'meta/recipes-core/busybox/busybox.inc')
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index f67bbbc420..b2f1960226 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -423,7 +423,7 @@ pkg_prerm_${PN}-syslog () { | |||
423 | # remove syslog | 423 | # remove syslog |
424 | if test "x$D" = "x"; then | 424 | if test "x$D" = "x"; then |
425 | if test "$1" = "upgrade" -o "$1" = "remove"; then | 425 | if test "$1" = "upgrade" -o "$1" = "remove"; then |
426 | ${sysconfdir}/init.d/syslog stop | 426 | ${sysconfdir}/init.d/syslog stop || : |
427 | fi | 427 | fi |
428 | fi | 428 | fi |
429 | } | 429 | } |