summaryrefslogtreecommitdiffstats
path: root/recipes-core/initscripts
Commit message (Collapse)AuthorAgeFilesLines
* initscripts: fix do_install_append rule.Paul Barrette2013-11-041-1/+1
| | | | | | | | | Fix commit ID: cafc94c4a2b599d553712dcbb1b01eefd1ef3941 The above commit missed a redirect for the final closing bracket. Signed-off-by: Paul Barrette <paul.barrette@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* initscripts: add warning and begin functions to lsb_log_messagePaul Barrette2013-10-291-0/+6
| | | | | | | | | | | Some init scripts call a "begin" or "warning" function to log early init phase messages, e.g. openvswitch-controller. These functions are not part of the default /etc/init.d/functions script, which is provided by oe-core's lsb pkg. Append these two missing commands to /etc/init.d/functions during the install phase. Signed-off-by: Paul Barrette <paul.barrette@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* initscripts: Remove .swp file accidentally committed.Raymond Danks2012-06-271-0/+0
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* initscripts: xen initscripts utilize success and failure functions.Raymond Danks2012-06-212-0/+10
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>