Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | rc-service: add --ifstarted and --ifstopped options | William Hubbs | |
2018-05-15 | Man: rc-service man page cleanups | William Hubbs | |
2018-05-15 | rc-service: add -d/--debug and -D/--nodeps options | William Hubbs | |
2018-05-14 | rc-service: add a --dry-run option | William Hubbs | |
This is for #225. | |||
2017-12-04 | rc-service: add --ifcrashed option | William Hubbs | |
This works like the other --if options. If the service is crashed, run the command. This fixes #154. | |||
2016-01-28 | rc-service: add --ifinactive and --ifnotstarted flags | William Hubbs | |
X-Gentoo-Bug: 523174 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=523174 | |||
2015-12-21 | Convert OpenRC to a centralized copyright/license structure | William Hubbs | |
In the past, OpenRC was a hybrid of a centralized and file-scope license/copyright structure. I followed the instructions from the Software Freedom Law Center [1] to convert to a Centralized structure where possible, for easier future maintenance. [1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html | |||
2013-12-12 | Rename the rc binary to openrc | William Hubbs | |
Debian requested this rename due to the "rc" binary conflicting with the "rc" binary from the plan 9 shell. We also add a deprecation warning to the binary when it is run as rc to encourage users to switch to openrc instead. X-Gentoo-Bug: 493958 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=493958 | |||
2012-01-22 | Whitespace | Christian Ruppert | |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-05-01 | Add -i, --ifexists so that we can do this | Roy Marples | |
rc-sercice -i foo -- restart instead of this rc-service -e foo && rc-service foo -- restart | |||
2008-12-30 | Typo. | Roy Marples | |
2008-09-19 | Style. | Roy Marples | |
2008-03-26 | Add --exists and --resolve to rc-service. | Roy Marples | |
2008-03-21 | Add --list to rc-service to list all available services. | Roy Marples | |
2008-03-19 | Add rc-service and update all softlevel refs to runlevel. | Roy Marples | |