Discussion:
[Sisuite-devel] Minor text correction patch
Thomas Krause
2008-04-04 16:59:18 UTC
Permalink
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"

Loading...