Age | Commit message (Expand) | Author |
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 |