summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-04-28 01:01:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-04-28 01:01:28 +0000
commit0fa65c8cc99d8b5e2d4550a410a5990cf6ccf83b (patch)
treea7d6cd1e609309be67e1c4374be9bc01d29cb867
parent64d931bffbcf6d132808a0389ae005afe9720931 (diff)
spacing
-rw-r--r--etc/ifstated.conf8
-rw-r--r--etc/pf.os4
-rw-r--r--etc/rc4
3 files changed, 8 insertions, 8 deletions
diff --git a/etc/ifstated.conf b/etc/ifstated.conf
index d9da2b46ca1..3b167c9b63b 100644
--- a/etc/ifstated.conf
+++ b/etc/ifstated.conf
@@ -1,8 +1,8 @@
-# $OpenBSD: ifstated.conf,v 1.3 2004/04/27 03:47:55 mcbride Exp $
+# $OpenBSD: ifstated.conf,v 1.4 2004/04/28 01:01:27 deraadt Exp $
# This is a sample config for a pair of firewalls with two interfaces
#
# carp0 and carp1 have ip addresses on 192.168.3.0/24 and 192.168.6.0/24
-# respectively.
+# respectively.
# net.inet.carp.preempt must be enabled (set to 1) for this to work correctly.
@@ -16,7 +16,7 @@ carp_sync = "((carp0 link up and carp1 link up) or \
((!carp0 link up) and (!carp1 link up)))"
# The "net" addresses are other addresses which can be used to determine
-# whether we have connectivity. Make sure the hosts are always up, or
+# whether we have connectivity. Make sure the hosts are always up, or
# test multiple ip's, 'or'-ing the tests.
net = '( "ping -q -c 1 -w 1 192.168.6.8 > /dev/null" every 10 and \
"ping -q -c 1 -w 1 192.168.3.8 > /dev/null" every 10)'
@@ -31,7 +31,7 @@ state auto {
}
if $carp_down {
set-state backup
- }
+ }
}
state primary {
diff --git a/etc/pf.os b/etc/pf.os
index 5ab3d5ae952..bd5401d2a5f 100644
--- a/etc/pf.os
+++ b/etc/pf.os
@@ -1,4 +1,4 @@
-# $OpenBSD: pf.os,v 1.16 2004/03/20 09:07:43 david Exp $
+# $OpenBSD: pf.os,v 1.17 2004/04/28 01:01:27 deraadt Exp $
# passive OS fingerprinting
# -------------------------
#
@@ -151,7 +151,7 @@
# frantzen@openbsd.org and bugs@openbsd.org with a tcpdump packet
# capture of the relevant SYN packet(s)
#
-# A test and submission page is available at
+# A test and submission page is available at
# http://lcamtuf.coredump.cx/p0f-help/
#
#
diff --git a/etc/rc b/etc/rc
index 374cebe21f3..82e91b663b8 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.244 2004/04/27 22:51:28 markus Exp $
+# $OpenBSD: rc,v 1.245 2004/04/28 01:01:27 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -323,7 +323,7 @@ if [ "X${afs}" = X"YES" -a -c /dev/xfs0 ]; then
echo -n 'mounting afs:'
mkdir -p -m 0755 /afs
mount -t xfs /dev/xfs0 /afs
- /usr/libexec/afsd ${afsd_flags}
+ /usr/libexec/afsd ${afsd_flags}
echo ' done.'
fi