RE: And now for a rant...

2001-11-16 Thread Rich Payne
> > Well, provided she's using the central systems, they all run > OSF/1^H^H^H^H^HDigital Unix^H^H^H^H^H^H^H^H^H^H^H^HCompaq Tru64. The > only other generally accessable unix-like systems are the Linux boxes > in some of the computer labs. I think you missed one, that should read: OSF/1^H^H^H^H

Re: And now for a rant...

2001-11-15 Thread Benjamin Scott
On Thu, 15 Nov 2001, Paul Lussier wrote: > ... write a script that did what I wanted. I could still do it, and > probably will (though the Debian output won't work well), but it's going > to have an awful lot of if...then clauses in it :) Ever taken a look at a GNU autoconf "configure" script?

Re: And now for a rant...

2001-11-15 Thread Paul Lussier
In a message dated: Wed, 14 Nov 2001 16:11:25 PST "Karl J. Runge" said: >Hi Paul, > >Could you give more detail on what you are trying to do? > >It sounds like you are trying to write a program or script that >is portable across the various distros (or, how dated of me, multiple >Unixes). That

Re: And now for a rant...

2001-11-14 Thread Karl J. Runge
Hi Paul, Could you give more detail on what you are trying to do? It sounds like you are trying to write a program or script that is portable across the various distros (or, how dated of me, multiple Unixes). That sort of portability is a GoodThing! Anyway, from your listing of the /etc/ relea

Re: And now for a rant...

2001-11-14 Thread Kevin D. Clark
Benjamin Scott <[EMAIL PROTECTED]> writes: > How ironic. You use a shell script whose major purpose is to detect and > correct for differences between platforms to illustrate the effect of > standard implementations. Was that deliberate? Yes, and it proves that such things are possible to w

Re: And now for a rant...

2001-11-14 Thread Benjamin Scott
On 14 Nov 2001, Kevin D. Clark wrote: > Oh, come on, this isn't really true. It's a rant. That goes without saying. ;-) >o highly portable shell scripts wouldn't exist (ever use configure?) How ironic. You use a shell script whose major purpose is to detect and correct for differe

Re: And now for a rant...

2001-11-14 Thread Kevin D. Clark
Benjamin Scott <[EMAIL PROTECTED]> writes: > On Wed, 14 Nov 2001, Bayard Coolidge USG wrote: > > ... particularly since I don't have time to make a detailed study of the > > POSIX standard... > > ... and no one else does, either, so it wouldn't help in any event... Oh, come on, this isn't rea

RE: And now for a rant...

2001-11-14 Thread Benjamin Scott
On Wed, 14 Nov 2001, Bayard Coolidge USG wrote: > ... particularly since I don't have time to make a detailed study of the > POSIX standard... ... and no one else does, either, so it wouldn't help in any event... -- Ben Scott <[EMAIL PROTECTED]> | The opinions expressed in this message are tho

RE: And now for a rant...

2001-11-14 Thread Bayard Coolidge USG
Paul Lussier <[EMAIL PROTECTED]> asks: >>> Why can't there be some standard way of discovering release >>> information from the various distributions? You point out an interesting example of the old expression "The nice thing about standards is that there are so many to choose from". FWIW, I a

And now for a rant...

2001-11-14 Thread Paul Lussier
Why can't there be some standard way of discovering release information from the various distributions? For example: RH has /etc/redhat-release Mandrake has /etc/mandrake-release Debian has /etc/debian_version SuSE has /etc/SuSE-release And each one o