diff -Nur -x '*.orig' -x '*.rej' smeserver-hwinfo-1.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 mezzanine_patched_smeserver-hwinfo-1.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 --- smeserver-hwinfo-1.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 2006-11-02 17:38:41.000000000 +0100 +++ mezzanine_patched_smeserver-hwinfo-1.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 1970-01-01 01:00:00.000000000 +0100 @@ -1,39 +0,0 @@ -\{ - if ($NO_FRAMES) - \{ - $OUT .= < - - - - - - - - - - -EOF - \} - else - \{ - my $panel = "Server manager"; - my $img = "server-manager.jpg"; - - $OUT .= <<EOF; -<body> -EOF - \} - - $DB = esmith::ConfigDB->open(); - $OUT .= qq(<div class="sme-error"><h5> - Warning: you have not yet changed the default system password.</h5></div>) - unless ($DB->get('PasswordSet')->value eq "yes"); - - $OUT .= qq(<div class="sme-error"><h5> - Warning: a reboot is required before proceeding! Failure to reboot now - may leave your system in an unknown state!</h5></div>) - if ($DB->get('bootstrap-console') and $DB->get('bootstrap-console')->prop('Run') eq 'yes'); - - $OUT; -\}