diff options
author | Andy Ross <andy.ross@windriver.com> | 2012-10-11 09:22:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:03:29 +0100 |
commit | 644673631bf57bd8d0e152b5fe7621344b5ad24f (patch) | |
tree | 400f45570df58c031148c196fac7faaa78567675 /meta/recipes-kernel/linux | |
parent | b0fd984dd132e332056863dcc11b312141d443fd (diff) | |
download | openembedded-core-644673631bf57bd8d0e152b5fe7621344b5ad24f.tar.gz openembedded-core-644673631bf57bd8d0e152b5fe7621344b5ad24f.tar.bz2 openembedded-core-644673631bf57bd8d0e152b5fe7621344b5ad24f.zip |
sysklogd: fix update-rc.d handling
The sysklogd recipe had a cut-n-paste version of the
update-rc.d.bbclass code which didn't work, but this was hidden
because all images contain the busybox version which does. Building a
busybox-free image unmasked the issue and syslogd wouldn't start on
first boot.
The comments seem to be wrong/stale. AFAICT update-rc.d and
update-alternatives work fine with each other, though there is an
ordering constraint (alternatives must be specified last, so it
"wraps" update-rc.d). This version builds and works both with and
without busybox.
Signed-off-by: Andy Ross <andy.ross@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux')
0 files changed, 0 insertions, 0 deletions