summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* 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
| | | | | | Don't process any dependencies when changing runlevels and called outside of RC otherwise we can deadlock.
* Add the -i, --interpreted option.Roy Marples2009-04-22
| | | | | | | | This enables the code to include the daemons interpreter when matching process name which fixes bug #164. Existing init scripts that rely on the old behaviour will need to be fixed.
* -w, --wait secondsRoy Marples2009-04-19
| | | | | | | | | New option so you can set the number of seconds to wait for and check the daemon is still running. The old code that periodically polled wasn't that reliable - in this case simpler == better. Fixes #160
* 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
| | | | | Return 32 if crashed, #163
* Using fifos for locking can be error prone.Roy Marples2009-04-17
| | | | | | | flocks are safer, as we only use tmpfs for our lock files. I don't know how this works for inactive just yet though ...
* When logging, stdout isn't always a tty, which is the case for VPS Roy Marples2009-04-02
| | | | | systems, Thanks to mwrobel - fixes #106.
* 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_REBOOT is now yes when rebooting. Document the special reboot runlevel.
* rc_newer/older_than only report file if time_t is a pointer, so itRoy Marples2009-01-13
| | | | | should take precedence in the argument list.
* We now warn about clock skewsRoy Marples2009-01-12
| | | | | | rc-update -u will force a regen of the dep tree rc_newer_than and rc_olderthan now take another two parameters for newest/oldest file and mtime
* 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
|
* Ensure that $HOME and $USER are always set, #139Roy Marples2009-01-11
|
* StyleRoy Marples2009-01-10
|
* Make _SVNVER_SH more readable.Roy Marples2009-01-02
|
* Fix version for releases.Roy Marples2009-01-02
|
* Fix compile, #136Roy Marples2009-01-02
|
* Parse retry schedule correctly, #129. Thanks to vaeth.Roy Marples2008-12-28
|
* Our error messages don't have full stops at the endRoy Marples2008-12-23
|
* Typo.Roy Marples2008-12-23
|
* Disallow hotplug to run during sysinit, but allow elsewhere. Fixes #131.Roy Marples2008-12-23
|
* We should match on the correct args for stopping daemons when pidfilesRoy Marples2008-12-23
| | | | | are not being used.
* Allow rc_runlevel/softlevel to set runlevel from kernel commandline.openrc-0.4.1Roy Marples2008-12-21
|
* Store interactive mode after sysinit, #128 thanks to Matthias Schwarzott.Roy Marples2008-12-13
|
* Warn about stopping sysinit services, thanks to Matthias Schwarzott. Fixes #126.Roy Marples2008-12-11
|
* runlevel override works correctly again.Roy Marples2008-12-04
|
* Report invalid runlevels.Roy Marples2008-12-04
|
* If we're building from subversion, brand the binary as such.Roy Marples2008-12-04
|
* make ignore now configures the sv:ignore property.Roy Marples2008-12-04
|
* Punt .gitignore files.Roy Marples2008-12-04
|