summaryrefslogtreecommitdiff
path: root/sh/runscript.sh.in
Commit message (Collapse)AuthorAge
...
* Stop using needless {} in varsRoy Marples2009-04-26
|
* Allow user to provide custom status function and still hook into the system oneRoy Marples2009-04-18
|
* Move status to runscript.sh so init scripts can override it, #159Roy Marples2009-04-18
| | | | | Return 32 if crashed, #163
* Always define template start/stop functions so that the real script name ↵Roy Marples2008-04-26
| | | | isn't hidden when errors are in the real start/stop functions, Gentoo #219179
* Fix logic for templates.Roy Marples2008-04-21
|
* Punt is_function in favour of POSIX shell builtin command, thanks to Harald ↵Roy Marples2008-04-21
| | | | van Dijk for the idea.
* We should check type output to ensure that we're really calling a shell ↵Roy Marples2008-04-18
| | | | function and not some badly named binary like stop from boinc, Gentoo #218063.
* Try and fix more prefix stuff.Roy Marples2008-03-25
|
* SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples2008-03-19
|
* Add rc-service and update all softlevel refs to runlevel.Roy Marples2008-03-19
|
* RC_SERVICE now points to the service file, so daemons can recall us directly.Roy Marples2008-03-11
|
* Add tunable SYSCONFDIRRoy Marples2008-03-05
|
* Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples2008-03-03
|
* Ensure that our scripts call prefixed runscript.Roy Marples2008-03-02
|
* Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples2008-02-27