summaryrefslogtreecommitdiff
path: root/etc/rc
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 /etc/rc
parent64d931bffbcf6d132808a0389ae005afe9720931 (diff)
spacing
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
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