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 day,
Thomas Krause
P.S.: I tried to send this to sisuite-devel first, but somehow the message
got lost.
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"
correcttext.patch
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
