Actually block Ctrl-C (SIGINT=2).
Reported by: sam Pointy hat to: brooks
This commit is contained in:
parent
adcd73865c
commit
0e412a010b
@ -51,8 +51,8 @@ network_start()
|
||||
# We're operating as a general network start routine.
|
||||
#
|
||||
|
||||
# disable SIGQUIT (Ctrl-c) when running at at startup
|
||||
trap : 3
|
||||
# disable SIGINT (Ctrl-c) when running at at startup
|
||||
trap : 2
|
||||
|
||||
# Create cloned interfaces
|
||||
clone_up
|
||||
|
Loading…
Reference in New Issue
Block a user