#!<> use INSTALL::common; use INSTALL::parameter; if ($> != 0) { exit(not error("$0 must be run as root.")); } my $pParameters = \%INSTALL::parameter::variables; #============================================================================== #------------------------ Default global values #============================================================================== $pParameters->{asphome} = "<>"; INSTALL::common::set_standard_globals; my $pGlobals = \%INSTALL::global::variables; #============================================================================== #------------------------ Stop the internaldb #============================================================================== use INSTALL::internaldb; exit(not INSTALL::internaldb::stop);