From owner-freebsd-questions Wed Nov 18 11:59:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28189 for freebsd-questions-outgoing; Wed, 18 Nov 1998 11:59:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gamma.aei.ca (gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28178 for ; Wed, 18 Nov 1998 11:59:07 -0800 (PST) (envelope-from malartre@aei.ca) Received: from aei.ca (ppp-109-68.mtl.aei.ca [207.107.109.68]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id OAA18382; Wed, 18 Nov 1998 14:54:44 -0500 (EST) Message-ID: <365325C9.67BE4AB1@aei.ca> Date: Wed, 18 Nov 1998 14:53:45 -0500 From: Malartre X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: Konrad Heuer CC: laa@packet.zp.ua, freebsd-questions@FreeBSD.ORG Subject: Re: Ctrl+Alt+Del - ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Konrad Heuer wrote: > > On Wed, 18 Nov 1998 laa@packet.zp.ua wrote: > > > I have a problem, my FreeBSD 2.2.7 shutdown by using hot-keys: > > Ctrl+Alt+Del, I know that it really blocking, but I don't know how! I read > > FAQ on my /usr/share/doc/FAQ and ``handbook'' too, but I don't understand > > anything how did I must do it... ;( As I think all problem with ru.*.kbd > > file, so, I think I must edit this file, but I don't know how... > > Please help me... > > I use koi8-r. > > /usr/share/syscons/keymaps/ru.koi8-r.kbd: To make sure, look all columns > for `boot' and replace it by `nop'. > > Regards > Konrad Heuer > > // Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH > // Goettingen (GWDG), Am Fassberg, D-37077 Goettingen, Germany > // > // kheuer@gwdu60.gwdg.de > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message You could do it in the kernel to. If you know how to compile a kernel, edit your kernel file and check that exemple of my kernel (I use syscons): # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options SC_HISTORY_SIZE=1000 options SC_DISABLE_REBOOT # disable reboot key sequence The options SC_DISABLE_REBOOT is what you'r looking for. Thank You -- [Malartre][malartre@aei.ca][http://www.lowrent.org/freebsd/malartre/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message