summaryrefslogtreecommitdiff
path: root/etc
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
parentd42e3047843eb3c5107c670e412fb72788d876ee (diff)
kill spaces at ends of lines; m4
Diffstat (limited to 'etc')
-rw-r--r--etc/netstart4
-rw-r--r--etc/rc4
-rw-r--r--etc/rc.local4
-rw-r--r--etc/rc.securelevel4
4 files changed, 8 insertions, 8 deletions
diff --git a/etc/netstart b/etc/netstart
index f167bbe4a7a..5dd41fa52fb 100644
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: netstart,v 1.30 1997/10/14 20:34:55 deraadt Exp $
+# $OpenBSD: netstart,v 1.31 1997/11/04 09:15:31 deraadt Exp $
# /etc/myname contains my symbolic name
#
@@ -72,7 +72,7 @@ route add -net 127 127.0.0.1 -reject
shift # get rid of "hostname"
(
read af name mask bcaddr extras
- read dt dtaddr
+ read dt dtaddr
if [ ! -n "$name" ]; then
echo "/etc/hostname.$1: invalid network configuration file"
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
diff --git a/etc/rc.local b/etc/rc.local
index c3804884e42..bf3314e7e27 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -1,4 +1,4 @@
-# $OpenBSD: rc.local,v 1.14 1997/10/18 10:37:47 deraadt Exp $
+# $OpenBSD: rc.local,v 1.15 1997/11/04 09:15:32 deraadt Exp $
# site-specific startup actions, daemons, and other things which
# can be done AFTER your system goes into securemode. For actions
@@ -26,6 +26,6 @@ fi
# Alternatively, xdm may be started in /etc/ttys.
#if [ -x /usr/X11R6/bin/xdm ]; then
# echo -n ' xdm'; /usr/X11R6/bin/xdm
-#fi
+#fi
echo '.'
diff --git a/etc/rc.securelevel b/etc/rc.securelevel
index 8d9f0724df9..957a7240a99 100644
--- a/etc/rc.securelevel
+++ b/etc/rc.securelevel
@@ -1,4 +1,4 @@
-# $OpenBSD: rc.securelevel,v 1.4 1997/08/06 19:32:35 kstailey Exp $
+# $OpenBSD: rc.securelevel,v 1.5 1997/11/04 09:15:32 deraadt Exp $
#
# site-specific startup actions, daemons, and other things which
# can be done BEFORE your system goes into securemode. For actions
@@ -32,6 +32,6 @@ echo -n 'starting pre-securelevel daemons:'
#if [ -x /usr/local/sbin/xntpd ]; then
# /usr/local/sbin/tickadj -Aq
# echo -n ' xntpd'; /usr/local/sbin/xntpd
-#fi
+#fi
echo '.'