summaryrefslogtreecommitdiff
path: root/src/rc/rc-service.c
Commit message (Collapse)AuthorAge
* sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples2008-10-10
| | | | | | | | | | | mounting various bits in /dev and /sys. init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems) To make development of this easier we now return an empty RC_STRINGLIST instead of a NULL for empty things. If you don't have a udev init script installed, don't reboot your box OR roll back to an older OpenRC version.
* Add help text for rc-service --resole.Roy Marples2008-04-15
|
* Fix rc-service --help output.Roy Marples2008-04-07
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* Add --exists and --resolve to rc-service.Roy Marples2008-03-26
|
* Add --list to rc-service to list all available services.Roy Marples2008-03-21