summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add (c) to CopyrightRoy Marples2009-05-01
* Add -i, --ifexists so that we can do thisRoy Marples2009-05-01
* Fix git versioningRoy Marples2009-05-01
* Add -Z, --dry-run option to show which services we would start/stopRoy Marples2009-04-30
* Avoid more gcc warning about not checking return values ...Roy Marples2009-04-30
* Brand with git version instead of svnRoy Marples2009-04-30
* Fix parensJuan RP2009-04-30
* Go back to gitRoy Marples2009-04-30
* Don't start services when their need dependency is brokenRoy Marples2009-04-28
* Add the noshutdown keyword to special case the shutdown.Roy Marples2009-04-27
* Fix the nstop keyword.Roy Marples2009-04-27
* Add the nostop keyword so that we don't stop the network init script by default.Roy Marples2009-04-26
* Use /bin/bash or user shell in /etc/passwd if none set before /bin/sh.Roy Marples2009-04-26
* Use kill for the pid check as it's fast.Roy Marples2009-04-25
* Don't drop to sulogin by default, but make this configurable.Roy Marples2009-04-24
* We should match the full variable name.Roy Marples2009-04-24
* Add missing show levels switch.Roy Marples2009-04-24
* rc-status -c now lists services that have crashed.Roy Marples2009-04-24
* Cast to intRoy Marples2009-04-24
* Allow rc to start (optionally stop) crashed services, #120Roy Marples2009-04-24
* Describe interval unitsRoy Marples2009-04-24
* Improve style for KNFRoy Marples2009-04-23
* StyleRoy Marples2009-04-23
* Don't include hotplugged services in manual.Roy Marples2009-04-23
* Improve the service timeout code and reduce the timeout to 60 seconds.Roy Marples2009-04-23
* Add the -i, --interpreted option.Roy Marples2009-04-22
* -w, --wait secondsRoy Marples2009-04-19
* Don't leak the lock fd.Roy Marples2009-04-18
* Fix compile on FreeBSD.Roy Marples2009-04-18
* Move status to runscript.sh so init scripts can override it, #159Roy Marples2009-04-18
* Using fifos for locking can be error prone.Roy Marples2009-04-17
* When logging, stdout isn't always a tty, which is the case for VPS Roy Marples2009-04-02
* Report if service is not executable.Roy Marples2009-02-28
* Set errno when service does not exist better.Roy Marples2009-02-28
* Fix unit test.Roy Marples2009-02-23
* Style.Roy Marples2009-02-23
* Fix return value for tests.Roy Marples2009-02-12
* Fix unmask option, thanks to douglas@openplans.org, #146Roy Marples2009-02-10
* Store the file skewed against.openrc-0.4.3Roy Marples2009-02-10
* Clean up some compiler warnings.Roy Marples2009-01-29
* noinit makes more sense than noinitdRoy Marples2009-01-18
* Fix locale with svnversion, #140 thanks to Matthias Schwarzott.Roy Marples2009-01-14
* yes should be YESRoy Marples2009-01-13
* Don't allow SYSVINIT parameters through anymore.Roy Marples2009-01-13
* rc_newer/older_than only report file if time_t is a pointer, so itRoy Marples2009-01-13
* We now warn about clock skewsRoy Marples2009-01-12
* Fix ordering, #139 thanks to Matthias.Roy Marples2009-01-12
* CopyrightRoy Marples2009-01-12
* Use snprintf instead of strlcpy to save on size if not available.Roy Marples2009-01-12
* CopyrightRoy Marples2009-01-11