From owner-freebsd-questions@FreeBSD.ORG Mon Dec 31 04:30:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C83516A418 for ; Mon, 31 Dec 2007 04:30:08 +0000 (UTC) (envelope-from thenudnik@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 19FE613C448 for ; Mon, 31 Dec 2007 04:30:07 +0000 (UTC) (envelope-from thenudnik@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so931647anc.13 for ; Sun, 30 Dec 2007 20:30:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=3yspP7DC2i/JmrudXpHwO3Qe6SBhVEKiGQ1hkREcxig=; b=HytFqCuW8THc9aodo+kbYtkIsQ2WC4RGO4O9NYu/y1l1sia8alTTH2y1mdZhnKDOiVbUWDVVIwSoGa2b3vhGhEYxzbN3l3zqR5CAUcMWPMrMWYOHu9kESuxnr48aAM91BHuH+FRe0Ex6CX38EnhqEScZXTT9e+EOyHnRORbRJTU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=P6pKGmwW6HDZDNRX/sx6VXVFf9/YZnswsmvTMm1pFd40rP3MrPwowNnfp2ya5BeINEnfw0SaDcm9/WETgAuq+HGf49NwzN9h+BkmpI3hB7zTD3hlQss6hW8dOcRn0FcC7HLevMH4D/jdUu2Uj6fYhqJcVKv06zkuSHW0Ze+sFD4= Received: by 10.100.207.5 with SMTP id e5mr24929229ang.6.1199075407225; Sun, 30 Dec 2007 20:30:07 -0800 (PST) Received: from ?192.168.2.2? ( [71.52.21.176]) by mx.google.com with ESMTPS id e76sm9481934hse.11.2007.12.30.20.30.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 30 Dec 2007 20:30:06 -0800 (PST) Message-ID: <4778704D.40804@gmail.com> Date: Sun, 30 Dec 2007 23:30:05 -0500 From: "David M. Patronis" User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Auto-shutdown of Hard Drive with 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2007 04:30:08 -0000 I have 6.2 installed on an ancient AT machine. I'd like to have the OS shut off the hard drive when I halt the system from the KDE interface. What do I edit, and what code do I use to achieve this? David