16 Mar
2010
16 Mar
'10
7:50 p.m.
I asked about what is "Client S/W" a few years back and got answer that S/W stand for software.
To me this S/W is not a good name and causing unnecessary question from peer admins and users. I am hoping to change it to "Client version" or something more meaningful than "Client S/W".
I looked and search the src tree, "Client S/W" only show up once in hobbitsvc-info.c and the variable is "clientvertext" so "Client version text" is a good name to replace "Client S/W" also.
Please express your comment, I will implement the change if there is no objection by the end of next week.
R1:./web/hobbitsvc-info.c <snip> sprintf(l, "<tr><th align=left>Client S/W:</th><td align=left>%s</td></tr>\n", clientvertxt); <snip>
-- T.J. Yang