<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 06/10/2014 06:28 PM, Daniel Ankers
      wrote:<br>
    </div>
    <blockquote
cite="mid:CACQ0XpK6dSuDJwp6GZDM8Rnuy4iLM=z5o4uBkhyprLf0JHO2Kw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>On 10 June 2014 16:19, Fred Smith&nbsp;<span dir="ltr">&lt;<a
              moz-do-not-send="true"
              href="mailto:fredex@fcshome.stoneham.ma.us"
              target="_blank">fredex@fcshome.stoneham.ma.us</a>&gt;</span>&nbsp;wrote:<br>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi
            all!<br>
            <br>
            I think it was on this list, in the last week or so I saw
            some comment<br>
            about how some apps may grope the contents of
            /etc/redhat-release when<br>
            installing themselves, so as to figure how which OS they're
            running on,<br>
            and there was some mention of this not being the best of all
            possible<br>
            ideas.<br>
            <span class=""><font color="#888888"><br>
              </font></span></blockquote>
        </div>
        <div><br>
        </div>
        Hi Fred,
        <div>I would have thought that "lsb_release -a" would be far
          more portable across varying different distributions and
          versions.</div>
        <div>Regards,</div>
        <div>Dan</div>
        <div class="gmail_extra">
          <div class="gmail_quote"><br>
          </div>
        </div>
      </div>
    </blockquote>
    [root@wolfy ~]# echo "My personal distro release 1.0 ( wolfy's
    finest ) " &gt; /etc/redhat-release<br>
    [root@wolfy ~]# lsb_release -a<br>
    LSB Version:&nbsp;&nbsp;&nbsp;
:base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch<br>
    Distributor ID: Mypersonaldistro<br>
    Description:&nbsp;&nbsp;&nbsp; My personal distro release 1.0 ( wolfy's finest )<br>
    Release:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.0<br>
    Codename:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wolfy'sfinest<br>
    <br>
    <br>
  </body>
</html>