Hello,

 

Here is a small patch to correct a wrong error message in si_mkbootserver.
This error confused the heck out of me today, as I did only read the first
line (in.tftpd not found) and did not find an error with my tftpd server ;-)
So I thought before someone else stumbles on this, I correct this once and
for all.

 

Have a nice weekend,

Thomas Krause

 

Index: si_mkbootserver

===================================================================

--- si_mkbootserver      (revision 4437)

+++ si_mkbootserver   (working copy)

@@ -646,7 +646,7 @@

 

     ### BEGIN TFTP CLIENT NOT FOUND

     if [ "$TFTP_CLIENT" == "" ]; then

-              echo "in.tftpd not found in your PATH."

+             echo "tftp client not found in your PATH."

                echo ""

                echo "A tftp client is required to test the functionality of
your"

                echo "tftp server.  Please install an appropriate tftp
client package"

Attachment: correcttext.patch
Description: Binary data

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to