summaryrefslogtreecommitdiff
path: root/support
Commit message (Collapse)AuthorAge
* Rename the rc binary to openrcWilliam Hubbs2013-12-12
| | | | | | | | | | | 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
* remove type commandWilliam Hubbs2013-12-02
| | | | | | The posix equivalent of the type command is "command -v", so now we use that. Thanks to Jonathan Callen <jcallen@gentoo.org> for informing me wrt the fix.
* checkbashisms: clean up export statements.Robin H. Johnson2012-11-07
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Remove non-standard reboot option from inittabAndrew Gregory2012-10-05
| | | | | | | Gentoo adds a "-k" option to the reboot command in inittab. This is a Gentoo-specific option, so it is being removed. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
* WhitespaceChristian Ruppert2012-01-22
|
* make shell math operations style more succulentMike Frysinger2011-11-19
| | | | | | | | | | | Convert the style: var=$((${var} + 1)) to: : $(( var += 1 )) The latter is easier to read imo. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Supply a working default inittabRoy Marples2009-05-07
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples2008-03-19
|
* Update copyrights, my email and license.Roy Marples2008-01-11
|
* Move inittab to the support directorry as the sysvinit package normally owns ↵Roy Marples2008-01-03
| | | | it, not OpenRC.
* Massive whitespace cleanupRoy Marples2007-11-28
|
* Add OpenVPN support filesRoy Marples2007-11-28