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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to