diff options
author | keramida <keramida@FreeBSD.org> | 2005-09-04 21:57:23 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2005-09-04 21:57:23 +0000 |
commit | 57d500e0a77c3bb556a8303725a9195b630c5771 (patch) | |
tree | 74a691db2fce80a670ce1951caf392b83e45f6c3 | |
parent | 4a2e133e0f045a6f1b3b6079aef7783f617408c3 (diff) | |
download | FreeBSD-src-57d500e0a77c3bb556a8303725a9195b630c5771.zip FreeBSD-src-57d500e0a77c3bb556a8303725a9195b630c5771.tar.gz |
Remove duplicate "at" from comment.
-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 31f3019..b692ee3 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 |