Package: sysvinit-utils
Version: 2.87dsf-8
Severity: wishlist
File: /usr/share/man/man8/fstab-decode.8.gz
Firstly, you want to change
fstab-decode umount $(awk '$3 == vfat { print $2 }' /etc/fstab) #wrong
fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab) #right
else it _won't work_.
Secondly, you might add to this example "here's what we needed back in
the bad old days before fstab-decode: ..." so users can see what
fstab-decode is helping them do.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]