From d8313f63709c6e48bbb63334e0ea90358cf64cb9 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Wed, 15 May 2019 21:57:24 +0300 Subject: [PATCH] cleanups: remove default S01syslogd --- board/common/cleanups.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/board/common/cleanups.sh b/board/common/cleanups.sh index f4ebfa13a9..00196214b8 100755 --- a/board/common/cleanups.sh +++ b/board/common/cleanups.sh @@ -201,7 +201,7 @@ rm -rf ${TARGET}/usr/lib/python2.7/config/ rm -rf ${TARGET}/usr/lib/python2.7/unittest/ # buildroot default startup scripts -rm -f ${TARGET}/etc/init.d/S01logging +rm -f ${TARGET}/etc/init.d/S01syslogd rm -f ${TARGET}/etc/init.d/S10udev rm -f ${TARGET}/etc/init.d/S15watchdog rm -f ${TARGET}/etc/init.d/S20urandom @@ -219,4 +219,3 @@ rm -f ${TARGET}/etc/init.d/S91smb rm -rf ${TARGET}/data/* rm -rf ${TARGET}/run rm -rf ${TARGET}/etc/profile.d -