Re: disable cntl+alt+del function

2007-01-19 Thread Dominique Goncalves
Hi, On 1/18/07, Peter Ankerstål [EMAIL PROTECTED] wrote: Sean Murphy wrote: cntl+alt+del at the console without being logged in reboots the server. The server runs through its shutdown procedure and reboots. How do I disable this function? You could compile the kernel with: options

disable cntl+alt+del function

2007-01-18 Thread Sean Murphy
cntl+alt+del at the console without being logged in reboots the server. The server runs through its shutdown procedure and reboots. How do I disable this function? ___ freebsd-questions@freebsd.org mailing list

Re: disable cntl+alt+del function

2007-01-18 Thread John Nielsen
On Thursday 18 January 2007 16:55, Sean Murphy wrote: cntl+alt+del at the console without being logged in reboots the server. The server runs through its shutdown procedure and reboots. How do I disable this function? Add this to your kernel config file: options SC_DISABLE_REBOOT JN

Re: disable cntl+alt+del function

2007-01-18 Thread Pietro Cerutti
On 1/18/07, Sean Murphy [EMAIL PROTECTED] wrote: cntl+alt+del at the console without being logged in reboots the server. The server runs through its shutdown procedure and reboots. How do I disable this function? add the line options SC_DISABLE_REBOOT in your kernel config file and

Re: disable cntl+alt+del function

2007-01-18 Thread Peter Ankerstål
Sean Murphy wrote: cntl+alt+del at the console without being logged in reboots the server. The server runs through its shutdown procedure and reboots. How do I disable this function? You could compile the kernel with: options SC_DISABLE_REBOOT