1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

initscripts: remove finish.sh

Remove finish.sh from initscripts as it is no longer used.

(From OE-Core rev: 3bcd9188f919da1b10f692d29ef34cd18ef88184)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi
2013-01-11 12:11:18 +08:00
committed by Richard Purdie
parent d638fee94b
commit c7f170bcb8
2 changed files with 2 additions and 19 deletions
@@ -1,14 +0,0 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: finish.sh
# Required-Start: $remote_fs rmnologin
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Finish system start
# Description:
### END INIT INFO
if ! test -e /etc/.configured; then
> /etc/.configured
fi