Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Anthony Towns
On Thu, Jun 20, 2002 at 11:31:42PM -0400, Clint Adams wrote: > > Having echo aliased to `printf "%s\n" "$*"' would give you better POSIX > > compliance too. > No, in fact, it would not. > Compare the output of > ash -c 'echo "test\c"' > versus > printf "%s\n" "test\c" Ah, I see. So, POSIX recognis

Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Clint Adams
> 9989 * An alias shall be written as a > command line that represents its alias definition. cf. alias: | The following operands shall be supported: | | alias-name | Write the alias definition to standard output. [...] | The format for displaying aliases (

Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Herbert Xu
On Thu, Jun 20, 2002 at 11:32:34PM -0400, Clint Adams wrote: > > In the case of command -v, the alias prefix is required. > > Reference? 9989 * An alias shall be written as a command line that represents its alias definition. -- Debian GNU/Linux 2.2 is out!

Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Clint Adams
> In the case of command -v, the alias prefix is required. Reference? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Clint Adams
> Having echo aliased to `printf "%s\n" "$*"' would give you better POSIX > compliance too. No, in fact, it would not. Compare the output of ash -c 'echo "test\c"' versus printf "%s\n" "test\c" > There's a reason why we specifically *don't* do that. You mean, other than the fact it won't wor

Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Herbert Xu
On Thu, Jun 20, 2002 at 08:24:21AM -0400, Clint Adams wrote: > > Are you referring to the extra new line that ash outputs after an alias? > > If so that is indeed incorrect and will be fixed. > > I also interpret the leading literal "alias " to be incorrect. It's > less useful, at any rate. In t

Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Anthony Towns
On Thu, Jun 20, 2002 at 10:42:15AM -0400, Clint Adams wrote: > > I don't really care whether it should or shouldn't be so, but it certainly > > seems like it *is* so. Using bash minimises the disk space used by shells > > and is the most reliable, and using ash is faster. Are there any other > > be

New Product Announcement

2002-06-20 Thread Outsource Sales
NEW PRODUCT ANNOUNCEMENT From: OUTSOURCE ENG.& MFG. INC. Sir/Madam; This note is to inform you of new watchdog board technology for maintaining continuous unattended operation of PC/Servers etc. that we have released for distribution. We are proud to announce Watchdog Control Center featurin

Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Clint Adams
> I don't really care whether it should or shouldn't be so, but it certainly > seems like it *is* so. Using bash minimises the disk space used by shells > and is the most reliable, and using ash is faster. Are there any other > benefits to be had by using different shells? Using pdksh will give yo

Re: RFD: Essential packages, /, and /usr

2002-06-20 Thread Clint Adams
> Are you referring to the extra new line that ash outputs after an alias? > If so that is indeed incorrect and will be fixed. I also interpret the leading literal "alias " to be incorrect. It's less useful, at any rate. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr