Project

General

Profile

« Previous | Next » 

Revision 533f3160

Added by Renato Botelho over 8 years ago

Revert "ctrl-c is handy in the shell. Do not lock out."

This doesn't seem to be a problem these days. Fixes #6741

This reverts commit e8b82b8191356d50a2f210067d7a9f32976d4075.

View differences:

src/etc/rc.initial
24 24

  
25 25
# make sure the user can't kill us by pressing Ctrl-C,
26 26
# ctrl-z, etc.
27
#trap : 2
28
#trap : 3
29
#trap : 4
27
trap : 2
28
trap : 3
29
trap : 4
30 30

  
31 31
if [ -f /etc/rc.local ]; then
32 32
	RCLOCALPWD=`ps awux | grep rc.local | grep -v grep | awk '{ print $2 }'`

Also available in: Unified diff