summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/network
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-08-12 10:04:32 +0000
committerschweikh <schweikh@FreeBSD.org>2002-08-12 10:04:32 +0000
commit5eefae432e950fedd9c42dac08fbf91f644c1bc5 (patch)
tree189ec73cf7378675b222b0ced56ce2a8898bb9e4 /etc/rc.d/network
parentd5c53dc7ef63cd2e7fd41e87fbd770a191025ef0 (diff)
downloadFreeBSD-src-5eefae432e950fedd9c42dac08fbf91f644c1bc5.zip
FreeBSD-src-5eefae432e950fedd9c42dac08fbf91f644c1bc5.tar.gz
Fix typos (s/seperat/separat/ et al); add FreeBSD ID.
Suggested by: bde MFC after: 3 days
Diffstat (limited to 'etc/rc.d/network')
-rwxr-xr-xetc/rc.d/network10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.d/network b/etc/rc.d/network
index 70a8019..7fcb5b2 100755
--- a/etc/rc.d/network
+++ b/etc/rc.d/network
@@ -1,7 +1,7 @@
#!/bin/sh
#
# $NetBSD: network,v 1.29 2001/01/11 17:56:16 itojun Exp $
-#
+# $FreeBSD$
# PROVIDE: network
# REQUIRE: ipfilter ipsec mountcritlocal root tty sysctl
@@ -106,7 +106,7 @@ network_start()
# Completely disallow packets to IPv4 compatible prefix.
# This may conflict with RFC1933 under following circumstances:
# (1) An IPv6-only KAME node tries to originate packets to IPv4
- # comatible destination. The KAME node has no IPv4
+ # compatible destination. The KAME node has no IPv4
# compatible support. Under RFC1933, it should transmit
# native IPv6 packets toward IPv4 compatible destination,
# hoping it would reach a router that forwards the packet
@@ -147,7 +147,7 @@ network_start()
sysctl net.inet6.ip6.accept_rtadv=1 >/dev/null
;;
- host)
+ host)
echo 'IPv6 mode: host'
;;
@@ -164,7 +164,7 @@ network_start()
# we do "ifconfig xxN $ifconfig_xxN".
# If there is no such variable, we take the contents of the file
# /etc/ifconfig.xxN, and run "ifconfig xxN" repeatedly, using each
- # line of the file as the arguments for a seperate "ifconfig"
+ # line of the file as the arguments for a separate "ifconfig"
# invocation.
#
# In order to configure an interface reasonably, you at the very least
@@ -247,7 +247,7 @@ network_start()
#
# Note that $ifaliases_xxN works only with certain configurations and
# considered not recommended. Use /etc/ifconfig.xxN if possible.
- #
+ #
#
if [ -n "$configured_interfaces" ]; then
echo "Adding interface aliases:"
OpenPOWER on IntegriCloud