aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/netif
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-09-02 18:30:16 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-09-02 18:30:16 +0000
commit0e412a010b7a9958f5660adf7325312f897809d3 (patch)
tree19771edeed8d730e7235067b6cd7d4f5db7e4352 /etc/rc.d/netif
parentadcd73865c7963ceffbd8c6c429591e01f546bc3 (diff)
downloadsrc-0e412a010b7a9958f5660adf7325312f897809d3.tar.gz
src-0e412a010b7a9958f5660adf7325312f897809d3.zip
Actually block Ctrl-C (SIGINT=2).
Reported by: sam Pointy hat to: brooks
Notes
Notes: svn path=/head/; revision=149730
Diffstat (limited to 'etc/rc.d/netif')
-rw-r--r--etc/rc.d/netif4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/netif b/etc/rc.d/netif
index 073f2040c60e..31f301924115 100644
--- a/etc/rc.d/netif
+++ b/etc/rc.d/netif
@@ -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