#!/usr/local/bin/perl # tunefs_form.cgi # Display a form asking for filesystem tuning parameters require './fdisk-lib.pl'; &can_edit_disk($in{'dev'}) || &error($text{'tunefs_ecannot'}); &ui_print_header(undef, $text{'tunefs_title'}, ""); &ReadParse(); print "
\n"; &ui_print_footer("", $text{'index_return'});