From 6884bbc5f0319d45480eab4f84acccf055d7bdc2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Jan 2004 19:31:31 +0000 Subject: upcate TFTP protocol name --- pxe_wizard/Pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pxe_wizard') diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 9a3125df..38578639 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -197,7 +197,7 @@ $o->{pages} = { summaryserver => { name => N("Now will prepare all default files to set the PXE server"), data => [ - { label => N("Tftp directory:"), fixed_val => \$TFTPDIR }, + { label => N("TFTP directory:"), fixed_val => \$TFTPDIR }, { label => N("Boot image path:"), fixed_val => \$IMGPATH }, { label => N("PXE 'default' file:"), fixed_val => \$PXEDEFAULT }, { label => N("PXE 'help' file:"), fixed_val => \$PXEHELP }, -- cgit v1.2.1