Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-18 | runscript: simplify livecd-functions.sh loading | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-07-31 | Improve processing of service directories and conf.d files | William Hubbs | |
symbolic links should not be followed in an attempt to work out the name of the service we are running. Also, @sysconfdir@/conf.d should be tried as a backup directory for configuration files. I would like to thank Robin Johnson for his input on this change. X-Gentoo-Bug: 350910 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=350910 | |||
2011-07-26 | Runscript: print deprecation warning for opts variable | William Hubbs | |
Openrc uses the extra_commands and extra_started_commands variables to list extra commands for services. Also, it supports the opts variable which is used to assist migration from baselayout-1. I am adding this warning to encourage switching from opts to extra_commands/extra_started_commands. I would like to remove support for opts eventually. | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-05-11 | do not run services if openrc did not boot the system | William Hubbs | |
X-Gentoo-Bug: 364159 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=364159 | |||
2011-01-17 | more whitespace cleanup | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-01-12 | bug 351160: make openrc exit codes LSB compliant | Eray Aslan | |
* status on a stopped service now has a return code of 3 (was 1) * starting an already started service now has a return code of 0 (was 1) * stopping an already stopped service now has a return code of 0 (was 1) | |||
2011-01-12 | bug 328675: add error checking to runscript.sh | William Hubbs | |
runscript.sh needs to abort if the . command used to load conf.d files and the service script does not execute successfully. I would like to thank Mike Frysinger for his input wrt style on this patch. | |||
2010-02-20 | Fix rc_${rc_svcname}_need. | Roy Marples | |
Display config depends in service depend function also. | |||
2009-09-04 | Allow init scripts to show their dependencies easier | Roy Marples | |
2009-05-26 | We need to use eval so we can pass "*" as an argument. | Roy Marples | |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples | |
OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well. | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-27 | Allow templates to define a stop signal | Roy Marples | |
2009-04-26 | Stop using needless {} in vars | Roy Marples | |
2009-04-18 | Allow user to provide custom status function and still hook into the system one | Roy Marples | |
2009-04-18 | Move status to runscript.sh so init scripts can override it, #159 | Roy Marples | |
Return 32 if crashed, #163 | |||
2008-04-26 | Always define template start/stop functions so that the real script name ↵ | Roy Marples | |
isn't hidden when errors are in the real start/stop functions, Gentoo #219179 | |||
2008-04-21 | Fix logic for templates. | Roy Marples | |
2008-04-21 | Punt is_function in favour of POSIX shell builtin command, thanks to Harald ↵ | Roy Marples | |
van Dijk for the idea. | |||
2008-04-18 | We should check type output to ensure that we're really calling a shell ↵ | Roy Marples | |
function and not some badly named binary like stop from boinc, Gentoo #218063. | |||
2008-03-25 | Try and fix more prefix stuff. | Roy Marples | |
2008-03-19 | SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat. | Roy Marples | |
2008-03-19 | Add rc-service and update all softlevel refs to runlevel. | Roy Marples | |
2008-03-11 | RC_SERVICE now points to the service file, so daemons can recall us directly. | Roy Marples | |
2008-03-05 | Add tunable SYSCONFDIR | Roy Marples | |
2008-03-03 | Introduce LOCAL_PREFIX for a user maintained script location. | Roy Marples | |
2008-03-02 | Ensure that our scripts call prefixed runscript. | Roy Marples | |
2008-02-27 | Makefile SH variable now tweaks the default shell used by our scripts. | Roy Marples | |