From owner-freebsd-questions@FreeBSD.ORG Fri Feb 1 13:49:24 2008 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 9E3EB16A41B for ; Fri, 1 Feb 2008 13:49:24 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id 46E6813C45B for ; Fri, 1 Feb 2008 13:49:24 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so974496wri.3 for ; Fri, 01 Feb 2008 05:49:23 -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:to:subject:mime-version:content-type; bh=Yr+0ujQNAtBimAoaDdtmDoxrwxA8Ca9g8IBZ7cZyuSE=; b=C6fNeZvz9QphVFNWosTJv9Q6KreRfm2gsXR8hQCkvKqK/mE8jf+X8M9LSTzqJauLEm9nTGIbcIC/j8Qf1hjQe93oFwbm7tkar92cip3fShyJrWGeJhOkhCWV/MzyTOf0ngIyiGtAmHFZWRRDSXqOzA23H/KJkdLGsJbfa0vcOs8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=pMYFheeG8HngAjllO0qUtZQtvmB+tcnVnLbayzEX27D/GTXipYQ4ctLfXlPk5ZX4krwY9pQe25Bh/3RYEywGTMl42Zyf6ABixW4PFAeE/citPtf2YRuIxZK8zJv2KO/xrqctoo4UNrrVF3Tso84HoY6u7/KLrR8qZ/SrvYezZp0= Received: by 10.150.156.9 with SMTP id d9mr1308170ybe.48.1201872139266; Fri, 01 Feb 2008 05:22:19 -0800 (PST) Received: by 10.150.157.7 with HTTP; Fri, 1 Feb 2008 05:22:19 -0800 (PST) Message-ID: <9e8c58490802010522g6d6f819dk1585f348707f2004@mail.gmail.com> Date: Fri, 1 Feb 2008 10:22:19 -0300 From: "Oren Almog" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Preventing KDE from restarting 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: Fri, 01 Feb 2008 13:49:24 -0000 Hi I am looking for an easy way to shutdown kde. If I ctrl-alt-backspace, the xserver and kdm restart automatically. Is there a way to make it quit directly to console? Thanks.