OLS: On how user space sucks
Posted Jul 24, 2006 23:27 UTC (Mon) by
cjwatson (subscriber, #7322)
In reply to:
OLS: On how user space sucks by ekj
Parent article:
OLS: On how user space sucks
On Ubuntu, pcmciautils is installed by default because - aside from its init script - it's pretty small and lightweight (compared to the monster that was pcmcia-cs/cardmgr) and it simplifies the installer, debugging the resulting system, etc. if we just install it all the time.
Per Olofsson simplified that init script a fair bit in Debian; Edgy has that simplification, and e.g. no longer calls laptop-detect.
It's also worth noting that 'case' in shell scripts doesn't spawn a subprocess, unlike 'if [ ... ]', so simply counting conditionals doesn't always give you a fair picture.
(
Log in to post comments)