note that this will break code like:

        (for i in /lib/partman/fstab.d/*; do
                [ -x "$i" ] || continue
                $i
        done) |
        while read fs mp type options dump pass; do

the fs won't be valid anymore.
-- 
Martin Michlmayr
[EMAIL PROTECTED]


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

Reply via email to