summaryrefslogtreecommitdiff
path: root/man/runscript.8
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-12-11 17:39:38 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-12-12 18:31:29 -0600
commit7b5fa011ac7a9544fe68a9abb2f8ef940d9845f7 (patch)
treeb8c99079eac82e8c3a7c43b8d65585eb3b9a1f7f /man/runscript.8
parent09733d3fae77265263b1e918b9fce66a1c7a519a (diff)
downloadopenrc-7b5fa011ac7a9544fe68a9abb2f8ef940d9845f7.tar.gz
openrc-7b5fa011ac7a9544fe68a9abb2f8ef940d9845f7.tar.bz2
openrc-7b5fa011ac7a9544fe68a9abb2f8ef940d9845f7.tar.xz
Rename the rc binary to openrc
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
Diffstat (limited to 'man/runscript.8')
-rw-r--r--man/runscript.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/runscript.8 b/man/runscript.8
index 7a0b79e..e0d7cf0 100644
--- a/man/runscript.8
+++ b/man/runscript.8
@@ -343,7 +343,7 @@ sets the following environment variables for use in the service scripts:
.It Va RC_SVCNAME
Name of the service.
.It Va RC_RUNLEVEL
-Current runlevel that rc is in. Note that, in OpenRC, the reboot
+Current runlevel that OpenRC is in. Note that, in OpenRC, the reboot
runlevel is mapped to the shutdown runlevel. This was done because most
services do not need to know if a system is shutting down or rebooting.
If you are writing a service that does need to know this, see the
@@ -536,7 +536,7 @@ Instead we return 1 to be compliant with Gentoo baselayout.
Users are encouraged to use the is_newer_than function which returns correctly.
.Sh SEE ALSO
.Xr einfo 3 ,
-.Xr rc 8 ,
+.Xr openrc 8 ,
.Xr rc-status 8 ,
.Xr rc-update 8 ,
.Xr rc_plugin_hook 3 ,