Also, the patch is not safe. It uses awk before rcS.d/S45mountnfs.sh, and will thus fail if /usr/ is NFS mounted. This is the problematic part:
avail="`printf "%s" "$df" | awk 'NR==2 { print $4 }'`"
Awk can not be used. Can the code be rewritten to use POSIX shell
features or sed?
Happy hacking,
--
Petter Reinholdtsen
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

