Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 1998 14:53:45 -0500
From:      Malartre <malartre@aei.ca>
To:        Konrad Heuer <kheuer@gwdu60.gwdg.de>
Cc:        laa@packet.zp.ua, freebsd-questions@FreeBSD.ORG
Subject:   Re: Ctrl+Alt+Del - ?
Message-ID:  <365325C9.67BE4AB1@aei.ca>
References:  <Pine.BSF.3.96.981118105331.5943A-100000@gwdu60.gwdg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?365325C9.67BE4AB1>