>  What is the most gentoo compliant place for executing a small script
>  right before the 'umount -a' on shutdown/halt of the system ?

Create an init script into /etc/init.d/ which contains following:

depend() {
        need localmount
}

Regards
Sebastian Noack

-- 
gentoo-user@gentoo.org mailing list

Reply via email to