[Wolfgang Schweer] > # Wait until /etc/hosts is writeable. > if [ -w /etc/hosts ] ; then
I believe -w only check the file mode, not if the file system is mounted read-write. If so, this test do not work the way you expect it to. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

