[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
On the "Client S/W" again
- To: hobbit (at) hswn.dk
- Subject: On the "Client S/W" again
- From: TJ Yang <tjyang2001 (at) gmail.com>
- Date: Tue, 16 Mar 2010 14:50:54 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=ed3ZB1DCuKv6vQpLylQPNGSohUCRXDyoEiVEwr2/whY=; b=F6qklh5q3j08CatX+dkamXm0pbQsL6maoPZHU3CrxHSTW7HaInkpldFhg6S97QcPxZ RmSRSCku6yfm3GDax9R39h2RAf6/Vt6OtJV1DUBB4KVxvxHTsOvqx3m26DMSSnHhXkeW MdMVwF17TeR0gwafGJu417MFTFUjclGM8Sm40=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=r/2nNH+kIQIwsiOtc6aZUzt+EDATqVRnLkNCWRNiBT49NHggMlgs366ozAvyk2sFxK aLxs6IHlLiYPGko6jj68yeVMMEox4HDg1jqVbFlnJjIU/COMfKz+C3oxnMUmD6Qiy+EC lGow18Z5IKRPBWcr2vJjOFVU+VFw5dsjwOo/w=
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