From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GANvW-0007ul-3e for garchives@archives.gentoo.org; Tue, 08 Aug 2006 09:31:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k789RrFr010027; Tue, 8 Aug 2006 09:27:53 GMT Received: from SRV-EXCHANGE.AUTOonline.local (port-195-158-141-68.static.isionline-dialin.de [195.158.141.68]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k789MGKD025548 for ; Tue, 8 Aug 2006 09:22:16 GMT Content-class: urn:content-classes:message Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: AW: [gentoo-user] execution of a script right before umount -a at shutdown/reboot X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 8 Aug 2006 11:21:19 +0200 Message-ID: <7B97065F451A23458ED0C63B4CA5A2EA7C4A70@SRV-EXCHANGE.AUTOonline.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [gentoo-user] execution of a script right before umount -a at shutdown/reboot thread-index: Aca6yCmh0wfu1VZjR/iNXlckqs53xAAA3F5g From: "Noack, Sebastian" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k789MGKD025548 X-Archives-Salt: 52606e80-53a4-4c14-b40d-859bafd00b44 X-Archives-Hash: ff9ce786895659fb970067985ebfd1c0 > 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