mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
sysvinit: fix the bootlogd init script header
fix the bootlogd init script header, to make chkconfig be able to work on bootlogd (From OE-Core rev: d1a7e5dbaa1217b692b46e2756c318e5aaa34f9d) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
### BEGIN INIT INFO
|
||||||
|
# Provides: bootlogd
|
||||||
|
# Required-Start:
|
||||||
|
# Required-Stop:
|
||||||
|
# Default-Start: S
|
||||||
|
# Default-Stop: 2 3 4 5
|
||||||
|
# Short-Description: One of the first scripts to be executed. Starts or stops
|
||||||
|
# the bootlogd log program. If this script is called as
|
||||||
|
# "stop-bootlogd", it will stop the daemon instead of
|
||||||
|
# starting it even when called with the "start" argument.
|
||||||
#
|
#
|
||||||
# bootlogd One of the first scripts to be executed. Starts or stops
|
### END INIT INFO
|
||||||
# the bootlogd log program. If this script is called as
|
|
||||||
# "stop-bootlogd", it will stop the daemon instead of
|
|
||||||
# starting it even when called with the "start" argument.
|
|
||||||
#
|
|
||||||
# Version: @(#)bootlogd 2.85-12 21-Mar-2004 miquels@cistron.nl
|
|
||||||
#
|
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
DAEMON=/sbin/bootlogd
|
DAEMON=/sbin/bootlogd
|
||||||
|
|||||||
Reference in New Issue
Block a user