summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-04 09:15:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-04 09:15:33 +0000
commit6618bb2bda88f011c3f834e9bf5abe3b86cdfcd8 (patch)
tree1f824de9e3e0f0dd2ac67012833aafc83537e75a /etc/rc
parentd42e3047843eb3c5107c670e412fb72788d876ee (diff)
kill spaces at ends of lines; m4
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 92b1355b929..04cb12bcf9f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.52 1997/11/04 08:39:33 deraadt Exp $
+# $OpenBSD: rc,v 1.53 1997/11/04 09:15:31 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -373,7 +373,7 @@ if [ -f /sbin/ldconfig ]; then
_LIBS="$_LIBS /usr/X11R6/lib"
fi
ldconfig $_LIBS
-fi
+fi
# Kerberos runs ONLY on the Kerberos server machine
if [ X${kerberos_server} = X"YES" ]; then