aboutsummaryrefslogtreecommitdiff
path: root/src/librc/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-02 10:40:08 +0000
committerRoy Marples <roy@marples.name>2008-03-02 10:40:08 +0000
commit7c092fbc7904be18510eed08c72cbad974db8adc (patch)
treeb1fc37769c6657a4bce52f56cf51e21325448c3e /src/librc/rc.h
parenta135d0d93b6ff1aebd0064b4b2afbc7e0313b1fd (diff)
If build in a prefix, define the system as prefix.
Diffstat (limited to 'src/librc/rc.h')
-rw-r--r--src/librc/rc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/rc.h b/src/librc/rc.h
index 87e88609..d2fde601 100644
--- a/src/librc/rc.h
+++ b/src/librc/rc.h
@@ -232,6 +232,7 @@ bool rc_service_daemons_crashed (const char *service);
* OpenRC can support some special sub system types, normally virtualization.
* Some services cannot work in these systems, or we do something else. */
#define RC_SYS_JAIL "JAIL"
+#define RC_SYS_PREFIX "PREFIX"
#define RC_SYS_UML "UML"
#define RC_SYS_VPS "VPS"
#define RC_SYS_XEN0 "XEN0"