Fix rc-update, #187487 and release rc2.

This commit is contained in:
Roy Marples
2007-08-04 15:05:12 +00:00
parent 9169c51d39
commit 3e5526fd76
6 changed files with 15 additions and 3 deletions

View File

@@ -717,6 +717,9 @@ int main (int argc, char **argv)
exit (rc_depend (argc, argv));
else if (strcmp (applet, "rc-status") == 0)
exit (rc_status (argc, argv));
else if (strcmp (applet, "rc-update") == 0 ||
strcmp (applet, "update-rc") == 0)
exit (rc_update (argc, argv));
else if (strcmp (applet, "runscript") == 0)
exit (runscript (argc, argv));
else if (strcmp (applet, "start-stop-daemon") == 0)