14 Jul
2006
14 Jul
'06
4:30 p.m.
Hi, I'm not sure if this message is going to a list or an individual. Please accept my apology if this problem has been reported previously.
The script $HOME/client/runclient.sh is created without a space character after the "sed -e" statements. This causes the interpretation of options "--hostname", "--class", etc to fail. So, for example, the line:
MACHINEDOTS="echo $1 | sed -e's/--hostname=//'"
should read:
MACHINEDOTS="echo $1 | sed -e 's/--hostname=//'"
^
I have confirmed this problem on Solaris 9, Solaris 10, Red Hat 9 and Fedora Core 5 so I guess that it is not limited to any particular platform.
Best regards,
Mike