summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/sysvinit
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-04-04 08:26:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-05 23:24:01 +0100
commit1bc2b2a32407d9be842e07616177c5bbd7a1ea3c (patch)
tree0951b6a72218279e8de23c37d56204c51e3d57c8 /meta/recipes-core/sysvinit
parente4ec48a2e07e8bdc66c1c3b594208ce74f076377 (diff)
downloadpoky-1bc2b2a32407d9be842e07616177c5bbd7a1ea3c.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/sysvinit')
-rwxr-xr-xmeta/recipes-core/sysvinit/sysvinit/bootlogd.init18
1 files changed, 11 insertions, 7 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init b/meta/recipes-core/sysvinit/sysvinit/bootlogd.init
index b1813572ca..7d6518d981 100755
--- a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init
+++ b/meta/recipes-core/sysvinit/sysvinit/bootlogd.init
@@ -1,12 +1,16 @@
1#! /bin/sh 1#! /bin/sh
2### BEGIN INIT INFO
3# Provides: bootlogd
4# Required-Start:
5# Required-Stop:
6# Default-Start: S
7# Default-Stop: 2 3 4 5
8# Short-Description: One of the first scripts to be executed. Starts or stops
9# the bootlogd log program. If this script is called as
10# "stop-bootlogd", it will stop the daemon instead of
11# starting it even when called with the "start" argument.
2# 12#
3# bootlogd One of the first scripts to be executed. Starts or stops 13### END INIT INFO
4# the bootlogd log program. If this script is called as
5# "stop-bootlogd", it will stop the daemon instead of
6# starting it even when called with the "start" argument.
7#
8# Version: @(#)bootlogd 2.85-12 21-Mar-2004 miquels@cistron.nl
9#
10 14
11PATH=/sbin:/bin:/usr/sbin:/usr/bin 15PATH=/sbin:/bin:/usr/sbin:/usr/bin
12DAEMON=/sbin/bootlogd 16DAEMON=/sbin/bootlogd