diff options
| -rw-r--r-- | etc/rc.d/netif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/netif b/etc/rc.d/netif index 31f301924115..b692ee3e7fc5 100644 --- a/etc/rc.d/netif +++ b/etc/rc.d/netif @@ -51,7 +51,7 @@ network_start() # We're operating as a general network start routine. # - # disable SIGINT (Ctrl-c) when running at at startup + # disable SIGINT (Ctrl-c) when running at startup trap : 2 # Create cloned interfaces |
