[Cristian Ionescu-Idbohrn] > Please find attached a series of 21 patches, attempt to cleanup, > robustify and improve performance and maintability of that script > (triggerd by bug#625726.
I noticed you removed quite a lot of quotes around variables, which in my view is to make the code less robust. Why do you propose to remove quotes around constructs like this: > - case "$FSTYPE" in > + case $FSTYPE in I try to always put quotes around such variables as far of an effort to do defensive programming, in case a space sneak into its value some time in the future. -- Happy hacking Petter Reinholdtsen _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

