Re: Proposed new POSIX sh policy, version two

2006-11-27 Thread Gabor Gombas
On Fri, Nov 24, 2006 at 02:03:54PM -0800, Thomas Bushnell BSG wrote: > And around and around we go. Dash itself say it is not suitable for > interactive use, and, bash is an Essential part of Debian. Care to point me where dash says it is not suitable for interactive use? the _Debian package_ de

Re: Proposed new POSIX sh policy, version two

2006-11-26 Thread Hubert Chan
On 25 Nov 2006 10:02:14 +0200, Jari Aalto <[EMAIL PROTECTED]> said: > Hubert Chan <[EMAIL PROTECTED]> writes: >> On 23 Nov 2006 22:40:01 +0200, Jari Aalto <[EMAIL PROTECTED]> >> said: >> >> > My point. If there is explicit "Depends: bash", then someone can >> > post a patch to provide alternative

Re: Proposed new POSIX sh policy, version two

2006-11-26 Thread Mike Hommey
On Sun, Nov 26, 2006 at 12:20:32PM -0800, Russ Allbery <[EMAIL PROTECTED]> wrote: > Mike Hommey <[EMAIL PROTECTED]> writes: > > Gabor Gombas <[EMAIL PROTECTED]> wrote: > > >> Because it is _NOT_ a bug in bash, it is a feature. AFAIR (it was some > >> time ago I've looked at the code trying to fix

Re: Proposed new POSIX sh policy, version two

2006-11-26 Thread Russ Allbery
Mike Hommey <[EMAIL PROTECTED]> writes: > Gabor Gombas <[EMAIL PROTECTED]> wrote: >> Because it is _NOT_ a bug in bash, it is a feature. AFAIR (it was some >> time ago I've looked at the code trying to fix this issue) bash >> guarantees some environment variables to always exist and to have a >> c

Re: Proposed new POSIX sh policy, version two

2006-11-26 Thread Mike Hommey
On Sun, Nov 26, 2006 at 04:02:45PM +0100, Gabor Gombas <[EMAIL PROTECTED]> wrote: > On Sat, Nov 25, 2006 at 10:22:06AM -0800, Thomas Bushnell BSG wrote: > > > This is an excellent example of doing the wrong thing, in my opinion. > > > > Why not fix the bash bug instead?? > > Because it is _NOT_

Re: Proposed new POSIX sh policy, version two

2006-11-26 Thread Gabor Gombas
On Sat, Nov 25, 2006 at 10:22:06AM -0800, Thomas Bushnell BSG wrote: > This is an excellent example of doing the wrong thing, in my opinion. > > Why not fix the bash bug instead?? Because it is _NOT_ a bug in bash, it is a feature. AFAIR (it was some time ago I've looked at the code trying to fi

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Dwayne C. Litzenberger
On Sat, Nov 25, 2006 at 04:04:39PM +0200, Jari Aalto wrote: > It's easier to eyeball packages that explicitly announce "bash". > Those could be put to a stress test through: It's also relatively trivial to just run through the archive, looking for shell scripts and at least sh -n them from vari

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Thomas Bushnell BSG
On Sat, 2006-11-25 at 21:33 +0100, Mike Hommey wrote: > > As I said, it is perfectly possible for a maintainer to write a script > > which works on any shell and allows the user to pick at installation > > time (heck, or even per-user!) which shell to use. > > How cool that would be to be asked 10

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Petter Reinholdtsen
[Thomas Bushnell] > Why not fix the bash bug instead?? Yes, I ask myself the same question. This bug was submitted as a bash bug, and then passed on to the ldap library package by the bash maintainer, and then passed back to bash and forwarded to upstream, which never addressed it. No idea why t

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Mike Hommey
On Sat, Nov 25, 2006 at 10:20:07AM -0800, Thomas Bushnell BSG <[EMAIL PROTECTED]> wrote: > On Sat, 2006-11-25 at 09:51 +0200, Jari Aalto wrote: > > Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > > > > > On Fri, 2006-11-24 at 23:55 +0200, Jari Aalto wrote: > > > > > Instead of focusing and hamm

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Thomas Bushnell BSG
On Sat, 2006-11-25 at 11:31 +0100, Petter Reinholdtsen wrote: > [Thomas Bushnell] > > I'm interested in why we should care at all. Perl is a far bigger space > > hog than bash. > > Debian Edu had to switch /bin/sh from bash to dash to get shutdown to > umount /usr/ when we use libnss-ldap (bug #1

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Thomas Bushnell BSG
On Sat, 2006-11-25 at 09:51 +0200, Jari Aalto wrote: > Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > > > On Fri, 2006-11-24 at 23:55 +0200, Jari Aalto wrote: > > > > Instead of focusing and hammering again and again on /bin/sh, why not > > > > instead ask maintainers to do #!/bin/dash? > > >

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Stephen Gran
This one time, at band camp, Jari Aalto said: > Stephen Gran <[EMAIL PROTECTED]> writes: > > > This one time, at band camp, Jari Aalto said: > > > "Depends:" make dependency visible, whereas filing a wishlist is > > > usually result of someone by accident finding the script to include > > > bashis

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Steve Langasek
On Sat, Nov 25, 2006 at 03:54:05PM +0200, Jari Aalto wrote: > > Maybe bash should restrict its features when called sh... like gzip > > changes its features when called gunzip, etc. > I think this would complicate the bash's C-code base unnecessarily. > The problem is not in the bash, but in the s

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Jari Aalto
Stephen Gran <[EMAIL PROTECTED]> writes: > This one time, at band camp, Jari Aalto said: > > "Depends:" make dependency visible, whereas filing a wishlist is > > usually result of someone by accident finding the script to include > > bashism. He may offer a patch to convert those constructs to sta

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Jari Aalto
Mike Hommey <[EMAIL PROTECTED]> writes: > On Sat, Nov 25, 2006 at 09:51:37AM +0200, Jari Aalto <[EMAIL PROTECTED]> > wrote: > > And this is only possible if scripts use > > > > /bin/sh > > > > The /bin/sh could be any valid shell that provided the standard set > > of features. > > > > Th

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Stephen Gran
This one time, at band camp, Jari Aalto said: > "Depends:" make dependency visible, whereas filing a wishlist is > usually result of someone by accident finding the script to include > bashism. He may offer a patch to convert those constructs to standard > sh-way-of-doing-things. > > It's easier t

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Petter Reinholdtsen
[Thomas Bushnell] > I'm interested in why we should care at all. Perl is a far bigger space > hog than bash. Debian Edu had to switch /bin/sh from bash to dash to get shutdown to umount /usr/ when we use libnss-ldap (bug #159771). Bash loads user information using nss when it starts, and thus l

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Mike Hommey
On Sat, Nov 25, 2006 at 09:51:37AM +0200, Jari Aalto <[EMAIL PROTECTED]> wrote: > And this is only possible if scripts use > > /bin/sh > > The /bin/sh could be any valid shell that provided the standard set > of features. > > The installation system ("Essential") which sets /bin/sh to poin

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread David Weinehall
On Sat, Nov 25, 2006 at 10:02:14AM +0200, Jari Aalto wrote: > Hubert Chan <[EMAIL PROTECTED]> writes: > > > On 23 Nov 2006 22:40:01 +0200, Jari Aalto <[EMAIL PROTECTED]> said: > > > > > My point. If there is explicit "Depends: bash", then someone can post > > > a patch to provide alternative solu

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Jari Aalto
Hubert Chan <[EMAIL PROTECTED]> writes: > On 23 Nov 2006 22:40:01 +0200, Jari Aalto <[EMAIL PROTECTED]> said: > > > My point. If there is explicit "Depends: bash", then someone can post > > a patch to provide alternative solution to a person who may not know > > alternative constructs (having lea

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Jari Aalto
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Fri, 2006-11-24 at 23:55 +0200, Jari Aalto wrote: > > > Instead of focusing and hammering again and again on /bin/sh, why not > > > instead ask maintainers to do #!/bin/dash? > > > > Because the correct is #!/bin/sh and not to be tied on partic

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Anthony DeRobertis
Thomas Bushnell BSG wrote: > Somebody needs to explain to Jari the concept of a shared text segment. > Bash: [EMAIL PROTECTED]:~$ grep 'Private_Dirty' /proc/$$/smaps | perl -e '$t = 0; while (<>) { /(\d+) kB$/ or die "parse err: $_"; $t += $1 } print "tot: $t\n"' tot: 2800 Dash: $ grep 'P

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Hubert Chan
On 23 Nov 2006 22:40:01 +0200, Jari Aalto <[EMAIL PROTECTED]> said: > My point. If there is explicit "Depends: bash", then someone can post > a patch to provide alternative solution to a person who may not know > alternative constructs (having learned only bashism). Sorry, but I don't understand

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Jari Aalto
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Thu, 2006-11-23 at 22:54 +0200, Jari Aalto wrote: > > David Weinehall <[EMAIL PROTECTED]> writes: > > > > > On Thu, Nov 23, 2006 at 07:09:49PM +0100, Steinar H. Gunderson wrote: > > > > > > Now the choice of 464kB or 4528kB on a desktop where

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Thomas Bushnell BSG
On Fri, 2006-11-24 at 23:57 +0200, Jari Aalto wrote: > And why do you think that? please take a look at the RES values. I know you don't understand it, because you just appealed to the RSS values. If many processes are sharing text, they all get accounted with the size of the resident text in the

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Thomas Bushnell BSG
On Fri, 2006-11-24 at 23:55 +0200, Jari Aalto wrote: > > Instead of focusing and hammering again and again on /bin/sh, why not > > instead ask maintainers to do #!/bin/dash? > > Because the correct is #!/bin/sh and not to be tied on particular shell. I can't tell what you mean. There is nothing

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Jari Aalto
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Fri, 2006-11-24 at 21:08 +0100, David Weinehall wrote: > > You can use whatever bashisms you like when you're working > > interactively, that won't hinder dash from executing shells on boot and > > elsewhere. Using bashisms in scripts does howe

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Thomas Bushnell BSG
On Fri, 2006-11-24 at 21:08 +0100, David Weinehall wrote: > You can use whatever bashisms you like when you're working > interactively, that won't hinder dash from executing shells on boot and > elsewhere. Using bashisms in scripts does however cause a problem. I think it's time to realize that "

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread David Weinehall
On Fri, Nov 24, 2006 at 11:10:19AM -0800, Thomas Bushnell BSG wrote: > On Thu, 2006-11-23 at 22:56 +0200, Jari Aalto wrote: > > Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > > > > > On Thu, 2006-11-23 at 19:33 +0200, Jari Aalto wrote: > > > > I don't see perl used that much for maintainer scri

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Thomas Bushnell BSG
On Thu, 2006-11-23 at 22:54 +0200, Jari Aalto wrote: > David Weinehall <[EMAIL PROTECTED]> writes: > > > On Thu, Nov 23, 2006 at 07:09:49PM +0100, Steinar H. Gunderson wrote: > > > > Now the choice of 464kB or 4528kB on a desktop where you're actually > > using the shell for interactive things is

Re: Proposed new POSIX sh policy, version two

2006-11-24 Thread Thomas Bushnell BSG
On Thu, 2006-11-23 at 22:56 +0200, Jari Aalto wrote: > Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > > > On Thu, 2006-11-23 at 19:33 +0200, Jari Aalto wrote: > > > I don't see perl used that much for maintainer scripts, or daemon > > > scripts. > > > > Exactly the *point*. So why isn't this

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Russ Allbery <[EMAIL PROTECTED]> writes: > Jari Aalto <[EMAIL PROTECTED]> writes: > > Russ Allbery <[EMAIL PROTECTED]> writes: > > >> To be frank, I don't think you're going to have a lot of luck. > >> Basically, you're trying to move bash into the same category as awk, > >> where it's not explic

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Russ Allbery
Jari Aalto <[EMAIL PROTECTED]> writes: > Russ Allbery <[EMAIL PROTECTED]> writes: >> To be frank, I don't think you're going to have a lot of luck. >> Basically, you're trying to move bash into the same category as awk, >> where it's not explicitly essential and can be handled by something >> akin

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Manoj Srivastava
On 23 Nov 2006 01:15:28 +0200, Jari Aalto <[EMAIL PROTECTED]> said: > I would drop that "special" case and always require explicit > requirement for the shell. It's more clear to see which packages > "need" bash to make them work. someone may then provide a patch to > "make bash go away". I sugge

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Manoj Srivastava
On Thu, 23 Nov 2006 16:42:45 +0100, Bill Allombert <[EMAIL PROTECTED]> said: > On Thu, Nov 23, 2006 at 01:15:28AM +0200, Jari Aalto wrote: >> I would drop that "special" case and always require explicit >> requirement for the shell. It's more clear to see which packages >> "need" bash to make the

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Hamish Moffatt
On Thu, Nov 23, 2006 at 07:41:08PM +0100, David Weinehall wrote: > Most hardware that was nice and shiny back in 2002 wasn't exactly > underpowered, seeing as the Pentium 4 and Athlon Palomino was what was > used back then. So, I kind of doubt that the statement was concerning > Woody. Try Potato

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Thu, 2006-11-23 at 20:46 +0100, David Weinehall wrote: > > Well, let's hope people don't use any of the non-SuSv3 features of cat > > in their shell scripts... > > Why? Who cares? > > This is some huge amount of work for some very little be

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
David Weinehall <[EMAIL PROTECTED]> writes: > On Thu, Nov 23, 2006 at 07:09:49PM +0100, Steinar H. Gunderson wrote: > > Now the choice of 464kB or 4528kB on a desktop where you're actually > using the shell for interactive things is probably not a big deal, > personally I'd never use dash, posh,

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Thu, 2006-11-23 at 19:33 +0200, Jari Aalto wrote: > > I don't see perl used that much for maintainer scripts, or daemon > > scripts. > > Exactly the *point*. So why isn't this your target? > > > Some prefer bash and see no problems. Others co

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
David Weinehall <[EMAIL PROTECTED]> writes: > On Thu, Nov 23, 2006 at 11:20:03AM -0800, Thomas Bushnell BSG wrote: > > On Thu, 2006-11-23 at 19:33 +0200, Jari Aalto wrote: > > > I don't see perl used that much for maintainer scripts, or daemon > > > scripts. > > > > Exactly the *point*. So why i

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Russ Allbery <[EMAIL PROTECTED]> writes: > Jari Aalto <[EMAIL PROTECTED]> writes: > > To be frank, I don't think you're going to have a lot of luck. Basically, > you're trying to move bash into the same category as awk, where it's not > explicitly essential and can be handled by something akin t

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Thu, 2006-11-23 at 20:07 +0100, David Weinehall wrote: > > On Thu, Nov 23, 2006 at 07:49:10PM +0100, Martijn van Oosterhout wrote: > > [snip] > > > > > > There's a difference between requiring maintainer scripts to say > > > /bin/bash if they n

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
"Martijn van Oosterhout" <[EMAIL PROTECTED]> writes: > On 23 Nov 2006 13:43:52 +0200, Jari Aalto <[EMAIL PROTECTED]> wrote: > > There's a difference between requiring maintainer scripts to say > /bin/bash if they need bash constructs and rewriting existing scripts > to work with some generic shel

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread David Weinehall
On Thu, Nov 23, 2006 at 11:56:48AM -0800, Thomas Bushnell BSG wrote: > On Thu, 2006-11-23 at 20:46 +0100, David Weinehall wrote: > > Well, let's hope people don't use any of the non-SuSv3 features of cat > > in their shell scripts... > > Why? Who cares? Well, be honest. Have you ever used any

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Thomas Bushnell BSG
On Thu, 2006-11-23 at 20:46 +0100, David Weinehall wrote: > Well, let's hope people don't use any of the non-SuSv3 features of cat > in their shell scripts... Why? Who cares? This is some huge amount of work for some very little benefit. Thomas signature.asc Description: This is a digitall

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Russ Allbery
Jari Aalto <[EMAIL PROTECTED]> writes: > Russ, I'm CC'ing - please tell if you'd rather read the list. I read the list (both of them); no need to cc. > I agree. Your suggestion solves this for all parties. The policy stays > intact, but the underlying dependencies need an improvement. The proble

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Mike Hommey
On Thu, Nov 23, 2006 at 04:42:45PM +0100, Bill Allombert <[EMAIL PROTECTED]> wrote: > On Thu, Nov 23, 2006 at 01:15:28AM +0200, Jari Aalto wrote: > > I would drop that "special" case and always require explicit > > requirement for the shell. It's more clear to see which packages > > "need" bash to

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread David Weinehall
On Thu, Nov 23, 2006 at 11:20:03AM -0800, Thomas Bushnell BSG wrote: > On Thu, 2006-11-23 at 19:33 +0200, Jari Aalto wrote: > > I don't see perl used that much for maintainer scripts, or daemon > > scripts. > > Exactly the *point*. So why isn't this your target? > > > Some prefer bash and see no

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread David Weinehall
On Thu, Nov 23, 2006 at 11:23:23AM -0800, Thomas Bushnell BSG wrote: > On Thu, 2006-11-23 at 13:50 +0200, Jari Aalto wrote: > > I'm not suggesting to remove features from essential, but I think the > > policy should take the shells as special case, because the > > sh-compliances (SusV/POSIX) itself

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Thomas Bushnell BSG
On Thu, 2006-11-23 at 20:07 +0100, David Weinehall wrote: > On Thu, Nov 23, 2006 at 07:49:10PM +0100, Martijn van Oosterhout wrote: > [snip] > > > > There's a difference between requiring maintainer scripts to say > > /bin/bash if they need bash constructs and rewriting existing scripts > > to wor

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Thomas Bushnell BSG
On Thu, 2006-11-23 at 13:50 +0200, Jari Aalto wrote: > I'm not suggesting to remove features from essential, but I think the > policy should take the shells as special case, because the > sh-compliances (SusV/POSIX) itself is a matter of its own. There are > no viable alternative implementation of

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Thomas Bushnell BSG
On Thu, 2006-11-23 at 19:33 +0200, Jari Aalto wrote: > I don't see perl used that much for maintainer scripts, or daemon > scripts. Exactly the *point*. So why isn't this your target? > Some prefer bash and see no problems. Others consider bash's memory > consumption a problem when compared to o

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread David Weinehall
On Thu, Nov 23, 2006 at 07:49:10PM +0100, Martijn van Oosterhout wrote: [snip] > > There's a difference between requiring maintainer scripts to say > /bin/bash if they need bash constructs and rewriting existing scripts > to work with some generic shell. The former is going to be *much* > easier.

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Martijn van Oosterhout
On 23 Nov 2006 13:43:52 +0200, Jari Aalto <[EMAIL PROTECTED]> wrote: Bash is not essential for running Debian. It is possible to run old PCs and old laptops completely free of bash. The point here is not the disk consumption, but the reduced memory constrainsts. When scripts are written with only

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread David Weinehall
On Thu, Nov 23, 2006 at 07:54:46PM +0100, Bill Allombert wrote: > On Thu, Nov 23, 2006 at 07:41:08PM +0100, David Weinehall wrote: > > > > And compared to dash, the difference is vast: > > > > -rwxr-xr-x 1 root root 80200 2006-11-21 16:36 /bin/dash > > > > RSS for dash on sid seems to be 464kB.

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Bill Allombert
On Thu, Nov 23, 2006 at 07:41:08PM +0100, David Weinehall wrote: > > And compared to dash, the difference is vast: > > -rwxr-xr-x 1 root root 80200 2006-11-21 16:36 /bin/dash > > RSS for dash on sid seems to be 464kB. No woody to compare with. dash in woody was still called ash. Cheers, -- B

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread David Weinehall
On Thu, Nov 23, 2006 at 07:09:49PM +0100, Steinar H. Gunderson wrote: > On Thu, Nov 23, 2006 at 06:37:52PM +0100, David Weinehall wrote: > > Somehow I doubt that you used today's version of bash (which I bet > > is a lot bigger and more memory-consuming due to new features). > > Comparing bash fro

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Steinar H. Gunderson
On Thu, Nov 23, 2006 at 06:37:52PM +0100, David Weinehall wrote: > Somehow I doubt that you used today's version of bash (which I bet > is a lot bigger and more memory-consuming due to new features). Comparing bash from woody and sid, respectively: -rwxr-xr-x root/root511400 2002-04-08 21:07

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread David Weinehall
On Thu, Nov 23, 2006 at 09:16:15AM -0800, Thomas Bushnell BSG wrote: > On Thu, 2006-11-23 at 13:43 +0200, Jari Aalto wrote: > > > > Bash is not essential for running Debian. It is possible to run old > > PCs and old laptops completely free of bash. The point here is not the > > disk consumption, b

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Thu, 2006-11-23 at 13:43 +0200, Jari Aalto wrote: > > > > Bash is not essential for running Debian. It is possible to run old > > PCs and old laptops completely free of bash. The point here is not the > > disk consumption, but the reduced memor

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Thomas Bushnell BSG
On Thu, 2006-11-23 at 13:43 +0200, Jari Aalto wrote: > > Bash is not essential for running Debian. It is possible to run old > PCs and old laptops completely free of bash. The point here is not the > disk consumption, but the reduced memory constrainsts. When scripts > are written with only "sh" i

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Bill Allombert
On Thu, Nov 23, 2006 at 01:15:28AM +0200, Jari Aalto wrote: > I would drop that "special" case and always require explicit > requirement for the shell. It's more clear to see which packages > "need" bash to make them work. someone may then provide a patch to > "make bash go away". I suggest removin

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Marvin Renich <[EMAIL PROTECTED]> writes: > * Jari Aalto <[EMAIL PROTECTED]> [061123 06:56]: > > > > But for the shells there are. I think the Policy should exempt shells > > and require that if package is not POSIX/Susv -compiant, it needs to > > announce dependance on a particular shell -- wher

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Marvin Renich
* Jari Aalto <[EMAIL PROTECTED]> [061123 06:56]: > > But for the shells there are. I think the Policy should exempt shells > and require that if package is not POSIX/Susv -compiant, it needs to > announce dependance on a particular shell -- where it bash, tcsh, > pdksh ..., if it uses those shells

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Russ Allbery <[EMAIL PROTECTED]> writes: > Jari Aalto <[EMAIL PROTECTED]> writes: > > > I would drop that "special" case and always require explicit requirement > > for the shell. It's more clear to see which packages "need" bash to make > > them work. someone may then provide a patch to "make ba

Re: Proposed new POSIX sh policy, version two

2006-11-23 Thread Jari Aalto
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Thu, 2006-11-23 at 01:15 +0200, Jari Aalto wrote: > > > > I would drop that "special" case and always require explicit > > requirement for the shell. It's more clear to see which packages > > "need" bash to make them work. someone may then prov

Re: Proposed new POSIX sh policy, version two

2006-11-22 Thread Thomas Bushnell BSG
On Thu, 2006-11-23 at 01:15 +0200, Jari Aalto wrote: > > I would drop that "special" case and always require explicit > requirement for the shell. It's more clear to see which packages > "need" bash to make them work. someone may then provide a patch to > "make bash go away". I suggest removing th

Re: Proposed new POSIX sh policy, version two

2006-11-22 Thread Russ Allbery
Jari Aalto <[EMAIL PROTECTED]> writes: > I would drop that "special" case and always require explicit requirement > for the shell. It's more clear to see which packages "need" bash to make > them work. someone may then provide a patch to "make bash go away". This would conflict with Policy 3.5, w

Re: Proposed new POSIX sh policy, version two

2006-11-22 Thread Jari Aalto
Russ Allbery <[EMAIL PROTECTED]> writes: > Okay, here's try number two. I tried to incorporate the feedback from > various people. Please critique. > > --- debian-policy-3.7.2.2/policy.sgml 2006-10-02 15:36:50.0 -0700 > +++ /home/eagle/dvl/policy/policy.sgml2006-11-20 22:35:59.0

Re: Proposed new POSIX sh policy, version two

2006-11-21 Thread Clint Adams
> Okay, here's try number two. I tried to incorporate the feedback from > various people. Please critique. Other than wanting the 'echo -n' and -a/-o bits to go away, I think this looks pretty good. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac