Gentoo Archives: gentoo-user

From: "Noack
To: gentoo-user@l.g.o
Subject: AW: [gentoo-user] execution of a script right before umount -a at shutdown/reboot
Date: Tue, 08 Aug 2006 09:31:06
Message-Id: 7B97065F451A23458ED0C63B4CA5A2EA7C4A70@SRV-EXCHANGE.AUTOonline.local
1 > What is the most gentoo compliant place for executing a small script
2 > right before the 'umount -a' on shutdown/halt of the system ?
3
4 Create an init script into /etc/init.d/ which contains following:
5
6 depend() {
7 need localmount
8 }
9
10 Regards
11 Sebastian Noack
12
13 --
14 gentoo-user@g.o mailing list