|
|||||||||||
|
Re: Password file with over 3000 users.
From: Chris Bannister <mockingbird(at)earthlight.co.nz>
Date: Sat Sep 29 2007 - 10:27:41 EDT
Isn't this all about posix compliance. (1) /bin/sh is supposed to be posix compliant. (2) /bin/bash is not necessarily posix compliant because of bash extensions. (3) If /bin/sh is sym linked to /bin/bash and a script is called with the /bin/sh shebang, bash tries to behave in a posix compliant manner and therefore if the script has bash extensions it will (should(?)) break and therefore the script should be called with the /bin/bash shebang so the script can use bashisms. (4) If /bin/sh is linked to /bin/dash or /bin/ash then posix compliance is achieved because /bin/dash and /bin/ash are posix compliant shells. (5) Debian is striving to be fully posix compliant. -- Chris. ====== -- To UNSUBSCRIBE, email to debian-isp-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Sat Sep 29 06:28:19 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 00:08:20 EDT |
||||||||||
|
|||||||||||