summaryrefslogtreecommitdiffstats
path: root/recipes-core/initscripts
Commit message (Collapse)AuthorAgeFilesLines
* bbappend: switch to use a wildcard beyond major versionMark Asselstine2015-09-081-0/+0
| | | | | | | | | | | | Using a wildcard will simplify things when using meta-virtualization against different yocto or oe branches and prevent having to make future updates to keep in step with package uprevs. The changes found within these bbappend tend to be generic and non-version specific, thus safe for 'porting' via wildcard. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* 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>