diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-04 09:15:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-04 09:15:33 +0000 |
commit | 6618bb2bda88f011c3f834e9bf5abe3b86cdfcd8 (patch) | |
tree | 1f824de9e3e0f0dd2ac67012833aafc83537e75a /etc/rc | |
parent | d42e3047843eb3c5107c670e412fb72788d876ee (diff) |
kill spaces at ends of lines; m4
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |