Rename "boot" to "autoboot"

This commit is contained in:
Michael Brown
2007-01-14 00:06:23 +00:00
parent ece4ff929e
commit beb941ed81
3 changed files with 7 additions and 7 deletions

View File

@@ -145,8 +145,8 @@ REQUIRE_OBJECT ( script );
* Drag in all requested commands
*
*/
#ifdef BOOT_CMD
REQUIRE_OBJECT ( boot_cmd );
#ifdef AUTOBOOT_CMD
REQUIRE_OBJECT ( autoboot_cmd );
#endif
#ifdef NVO_CMD
REQUIRE_OBJECT ( nvo_cmd );