--- usermin/index.cgi 2006-11-29 23:36:58.000000000 +0100 +++ usermin/index.cgi.oden 2007-01-15 18:39:07.000000000 +0100 @@ -9,21 +9,25 @@ print "

",&text('index_econfig', "$config{'usermin_dir'}", "$gconfig{'webprefix'}/config.cgi?$module_name"),"

\n"; if ($config{'usermin_dir'} eq $standard_usermin_dir) { - local $mode; - if (&foreign_check("software")) { - local %sconfig = &foreign_config("software"); - $mode = $sconfig{'package_system'} eq 'rpm' ? 'rpm' : - $sconfig{'package_system'} eq 'dpkg' ? 'deb' : - undef; - } - print "$text{'index_install'}
\n"; - print "

\n"; - print "\n"; - print "\n"; - print "\n"; - print "\n"; - print "
\n"; +# local $mode; +# if (&foreign_check("software")) { +# local %sconfig = &foreign_config("software"); +# $mode = $sconfig{'package_system'} eq 'rpm' ? 'rpm' : +# $sconfig{'package_system'} eq 'dpkg' ? 'deb' : +# undef; +# } +# print "$text{'index_install'}
\n"; +# print "
\n"; +# print "\n"; +# print "\n"; +# print "\n"; +# print "\n"; +# print "
\n"; + print "

If Usermin is not yet installed on your system, you may use ". + "the graphical program rpmdrake or the commandline program\n". + "urpmi usermin. Then, re-load this page.\n"; + } } &ui_print_footer("/", $text{'index'}); exit;