aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-14 13:46:21 +0000
committerRoy Marples <roy@marples.name>2007-11-14 13:46:21 +0000
commitf8ad30fc6e35c171bf62e880aa2e4249e64d1d9f (patch)
tree847049299308f75476a0a5d5b1e7d4eb81aa176a /src/rc.c
parente31b9ab08892058eea5461eec13b87e1489ac405 (diff)
Really remove env-update
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rc.c b/src/rc.c
index 21b87880..0dc8f09f 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -774,9 +774,7 @@ int main (int argc, char **argv)
/* These used to be programs in their own right, so we shouldn't
* touch argc or argv for them */
- if (strcmp (applet, "env-update") == 0)
- exit (env_update (argc, argv));
- else if (strcmp (applet, "fstabinfo") == 0)
+ if (strcmp (applet, "fstabinfo") == 0)
exit (fstabinfo (argc, argv));
else if (strcmp (applet, "mountinfo") == 0)
exit (mountinfo (argc, argv));