Skip to content

Commit

Permalink
remove RC_PREFIX environment variable
Browse files Browse the repository at this point in the history
This was only used in gentoo prefix installations which we no longer
support.
  • Loading branch information
williamh committed Sep 20, 2024
1 parent 171ba6d commit 723fa1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions man/openrc-run.8
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,6 @@ 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`.
.It Va RC_CMD
Expand Down
4 changes: 0 additions & 4 deletions src/shared/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ env_config(void)
if (sys)
setenv("RC_SYS", sys, 1);

#ifdef PREFIX
setenv("RC_PREFIX", RC_PREFIX, 1);
#endif

/* Some scripts may need to take a different code path if
Linux/FreeBSD, etc
To save on calling uname, we store it in an environment variable */
Expand Down

0 comments on commit 723fa1e

Please sign in to comment.