summaryrefslogtreecommitdiff
path: root/src/rc/rc-depend.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-19 17:11:50 +0000
committerRoy Marples <roy@marples.name>2008-03-19 17:11:50 +0000
commitd9ec62b22a8ccfebda4af34d8319b33a8a5e3bbb (patch)
tree1ee06a122011bd5347ed1dac292e1408178cceb0 /src/rc/rc-depend.c
parent089caec283e1e1b39767abf9cb355f47ee6daca6 (diff)
downloadopenrc-d9ec62b22a8ccfebda4af34d8319b33a8a5e3bbb.tar.gz
openrc-d9ec62b22a8ccfebda4af34d8319b33a8a5e3bbb.tar.bz2
openrc-d9ec62b22a8ccfebda4af34d8319b33a8a5e3bbb.tar.xz
Add rc-service and update all softlevel refs to runlevel.
Diffstat (limited to 'src/rc/rc-depend.c')
-rw-r--r--src/rc/rc-depend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c
index 33a50f0..908cf3a 100644
--- a/src/rc/rc-depend.c
+++ b/src/rc/rc-depend.c
@@ -107,7 +107,7 @@ int rc_depend(int argc, char **argv)
int options = RC_DEP_TRACE;
bool first = true;
bool update = false;
- char *runlevel = xstrdup(getenv("RC_SOFTLEVEL"));
+ char *runlevel = xstrdup(getenv("RC_RUNLEVEL"));
int opt;
char *token;