Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-15 | rc-update: remove reference to PATH_MAX | William Hubbs | |
2016-01-12 | Remove multicall binary structure from OpenRC | William Hubbs | |
This eliminates the need for the selinux-specific wrapper scrript we were installing in /lib*/rc/{bin,sbin}. | |||
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 | |||
2014-10-23 | Bundle <sys/queue.h> from NetBSD | Anthony G. Basile | |
We are bundling this to allow building on musl-based systems since musl does not include <sys/queue.h>. | |||
2014-01-13 | rc-update: add option to remove a service from all runlevels | Benda Xu | |
The -a option,which only applies to the del command, is used to remove a service from all runlevels. X-Gentoo-Bug: 497740 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=497740 | |||
2013-12-01 | rc-update: make "service already installed" message informational | William Hubbs | |
This message was being sent to stderr, and it should be sent to stdout since it is informational. This change was requested by zero_chaos. | |||
2013-02-25 | rc-update: improve usage message accuracy and consistency | Andrew Gregory | |
The old message did not indicate that the runlevel argument was optional for add and del or that it could be used with show. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> | |||
2011-11-19 | rc: fix style around case_RC_COMMON_GETOPT | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-05-28 | rc-update: sort "show" output | Mike Frysinger | |
X-Gentoo-Bug: 367305 X-Gentoo-Bug-URL: http://bugs.gentoo.org/367305 Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2010-03-17 | Fix two leaks. | Roy Marples | |
2009-05-02 | Add runlevel stacking, #88 | Roy Marples | |
This implementation has the limitation that you cannot have a stacked runlevel and service of the same name in a runlevel. | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-30 | Fix parens | Juan RP | |
2009-04-23 | Improve style for KNF | Roy Marples | |
2009-02-28 | Report if service is not executable. | Roy Marples | |
2009-01-12 | We now warn about clock skews | Roy Marples | |
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 | |||
2009-01-10 | Style | Roy Marples | |
2008-03-26 | Add license blurb to a few files and append my email to my name. | Roy Marples | |
2008-03-16 | Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ↵ | Roy Marples | |
from queue(3). Refactor code style around the BSD KNF. | |||
2008-02-27 | Fix help for rc-update. | Roy Marples | |
2008-02-11 | Just use the extern applet var. | Roy Marples | |
2008-02-01 | Constantise as much as possible so that it reduces COW usage. | Roy Marples | |
2008-01-15 | We should not use options for rc-update, as add, delete and such are commands. | Roy Marples | |
2008-01-14 | strip trailing newlines | Mike Frysinger | |
2008-01-11 | Re-indent to a standard tw of 8. | Roy Marples | |
2008-01-07 | Allow depend creation again. This doesn't work on GNU make, but does on all ↵ | Roy Marples | |
others. | |||
2008-01-05 | Add the missing changes from the recent Makefile updates | Roy Marples | |
2008-01-05 | Add some .mk stubs to impersonate bsk .mk files to make writing our ↵ | Roy Marples | |
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though. |