diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-09-09 22:22:15 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-09-09 22:22:15 -0500 |
commit | 5092595835461e889fbac14d4cfc6c06b5f55019 (patch) | |
tree | 7e7a35a5e67c401aa71c566c0c9fac0408d6c159 /man | |
parent | 918d261658a75e42589d9e5556613a84eacbd14f (diff) |
add RC_PREFIX environment variable
This will be used by init scripts which want to be able to run in a
Gentoo Prefix installation. RC_PREFIX will contain the prefix offset.
Diffstat (limited to 'man')
-rw-r--r-- | man/runscript.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index ef55de35..b87f8ef3 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -352,6 +352,9 @@ Default runlevel chosen. Default is default. .It Va RC_SYS A special variable to describe the system more. Possible values are OPENVZ, XENU, XEN0, UML and VSERVER. +.It Va RC_PREFIX +In a Gentoo Prefix installation, this variable contains the prefix +offset. Otherwise it is undefined. .It Va RC_UNAME The result of `uname -s`. .El |