Age | Commit message (Expand) | Author |
2012-01-29 | cgroups: only create the cgroup when the service is being started | William Hubbs |
2012-01-28 | Use "checkpath -W" instead of dir_writable() | Christian Ruppert |
2012-01-28 | Check if /sys/fs/cgroup/openrc is writable | Christian Ruppert |
2012-01-26 | cgroups: add all services to the openrc cgroup | William Hubbs |
2012-01-22 | Make checks for writable directory posix compliant | William Hubbs |
2012-01-17 | drop the extra --pidfile option | William Hubbs |
2012-01-17 | Use the "--make-pidfile" when command_background is used | Christian Ruppert |
2011-12-31 | Add "retry" option for the stop() template | Christian Ruppert |
2011-12-19 | cgroups: remove references to the "openrc" cgroup | William Hubbs |
2011-12-11 | Allow init scripts to be executed with a relative path | William Hubbs |
2011-11-20 | CGroups: create the openrc cgroup hierarchy | William Hubbs |
2011-11-18 | CGroups: /sys/fs/cgroups should be a tmpfs | William Hubbs |
2011-11-18 | CGroups: fix group initialization | William Hubbs |
2011-11-17 | CGroups: finish initializing the CGroup | William Hubbs |
2011-11-17 | Change RC_CGROUP to lower case | William Hubbs |
2011-11-17 | Add CGroup support | Patrick Lauer |
2011-11-16 | add support for extra_stopped_commands | William Hubbs |
2011-11-02 | Make sure we load external scripts before using eerror | William Hubbs |
2011-10-16 | fix random typos | Mike Frysinger |
2011-09-18 | runscript: simplify livecd-functions.sh loading | Mike Frysinger |
2011-07-31 | Improve processing of service directories and conf.d files | William Hubbs |
2011-07-26 | Runscript: print deprecation warning for opts variable | William Hubbs |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger |
2011-05-11 | do not run services if openrc did not boot the system | William Hubbs |
2011-01-17 | more whitespace cleanup | Mike Frysinger |
2011-01-12 | bug 351160: make openrc exit codes LSB compliant | Eray Aslan |
2011-01-12 | bug 328675: add error checking to runscript.sh | William Hubbs |
2010-02-20 | Fix rc_${rc_svcname}_need. | Roy Marples |
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 |
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 |
2008-04-26 | Always define template start/stop functions so that the real script name isn'... | Roy Marples |
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 v... | Roy Marples |
2008-04-18 | We should check type output to ensure that we're really calling a shell funct... | Roy Marples |
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 |