summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix logic for templates.Roy Marples2008-04-21
|
* TypoRoy 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.
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-04-21
|
* If we don't have permission to inspect the pidfile, don't report crashed. ↵Roy Marples2008-04-21
| | | | Gentoo #218028.
* Add RC_TMPDIR so that there's a writeable location during boot.Roy Marples2008-04-21
|
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-04-21
|
* Fix force_preferred, #60.Roy Marples2008-04-20
|
* Add help for mountargs, #63Roy Marples2008-04-19
|
* add support for parsing newer ifconfig outputMike Frysinger2008-04-19
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* 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.
* Cast to unsigned char for ctype calls.Roy Marples2008-04-17
|
* Fix rc-status some more.Roy Marples2008-04-17
|
* Respect shutdown -F on Linux to force fsck, #59Roy Marples2008-04-17
|
* Only report unassigned services when there are any, Gentoo #218005.Roy Marples2008-04-16
|
* Use qlen instead of txqueuelen so we work with busybox iproute2, Gentoo #217948Roy Marples2008-04-16
|
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-04-16
|
* We should only check dependencies in files.Roy Marples2008-04-16
|
* Fix rebooting for OpenVZ systems.Roy Marples2008-04-15
|
* Add help text for rc-service --resole.Roy Marples2008-04-15
|
* Release 0.2.2openrc-0.2.2Roy Marples2008-04-15
|
* Don't assume that we have a list returned.Roy Marples2008-04-10
|
* By default, rc-status now shows the statuses of the services in the current ↵Roy Marples2008-04-09
| | | | runlevel and any unassigned non stopped services, #52.
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-04-09
|
* Fix windowkeys.Roy Marples2008-04-09
|
* Respect shutdown's fastboot.Roy Marples2008-04-09
|
* More ltsp fixes.Roy Marples2008-04-09
|
* Fix netmout for nfsRoy Marples2008-04-08
|
* Give an error when running zap as a generic user.Roy Marples2008-04-08
|
* Add a silly rc_runlevel function to appease SpanKY :)Roy Marples2008-04-08
|
* rc_runlevel is now the preferred kernel commandline option for choosing ↵Roy Marples2008-04-08
| | | | default runlevel.
* Fix rc-service --help output.Roy Marples2008-04-07
|
* Tests now work on NetBSD.Roy Marples2008-04-07
|
* Some systems are only detectable after /proc is mounted, so re-test if unknown.Roy Marples2008-04-06
|
* Increase pidstr size to 10 chars.Roy Marples2008-04-06
|
* p could be null here.Roy Marples2008-04-06
|
* Check list existance before iterating, Gentoo #216091.Roy Marples2008-04-04
|
* Push out 0.2.1 to solve a few issues.openrc-0.2.1Roy Marples2008-04-02
|
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-04-02
|
* Fix vlans, #49.Roy Marples2008-04-01
|
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-03-31
|
* Document SSD_NICELEVEL.Roy Marples2008-03-29
|
* Restore noserver and noopenvz to sysctl.Roy Marples2008-03-28
|
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-03-28
|
* Add XEN support to NetBSD.Roy Marples2008-03-28
|
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-03-28
|
* Support XEN on NetBSDRoy Marples2008-03-28
|
* Allow our headers to be included by C++ programs easily.Roy Marples2008-03-28
|
* Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples2008-03-28
|
* Remove rc_service_start/stop from librc as they block and unmask signals. ↵Roy Marples2008-03-28
| | | | The application may not wish this behaviour and should fork/exec the service itself.