summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-04-09 09:54:51 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-04-09 09:54:51 +0000
commit22293c7df5644d4bffb3bf431b5f5374ca2f7f34 (patch)
tree7305d9a7da909638aec9d0783f7f38a0353302c2 /etc/rc
parent6c7aaa6b29e2e0f0854b6dee5edfe103a5e5a67d (diff)
downloadFreeBSD-src-22293c7df5644d4bffb3bf431b5f5374ca2f7f34.zip
FreeBSD-src-22293c7df5644d4bffb3bf431b5f5374ca2f7f34.tar.gz
This is a purely cosmetic clean up. Fix many cut and paste problems that
had turned tabs into spaces.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/rc b/etc/rc
index 3256f85..5bf24d1 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.59 1995/03/30 00:01:08 ache Exp $
+# $Id: rc,v 1.60 1995/03/30 06:26:09 rgrimes Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -129,13 +129,13 @@ fi
#
echo -n starting system daemons:
-echo ' syslogd.'; syslogd
+echo ' syslogd.'; syslogd
echo -n starting network daemons:
# $namedflags is imported from /etc/sysconfig
if [ "X${namedflags}" != "XNO" ]; then
- echo -n ' named'; named $namedflags
+ echo -n ' named'; named $namedflags
fi
# $ntpdate and $xntpdflags are imported from /etc/sysconfig.
@@ -169,16 +169,16 @@ fi
# Start ypserv if we're an NIS server.
# Run yppasswdd only on the NIS master server
if [ "X${nis_serverflags}" != X"NO" ]; then
- echo -n ' ypserv'; ypserv ${nis_serverflags}
+ echo -n ' ypserv'; ypserv ${nis_serverflags}
if [ "X${yppasswddflags}" != X"NO" ]; then
- echo -n ' yppasswdd'; yppasswdd ${yppasswddflags}
+ echo -n ' yppasswdd'; yppasswdd ${yppasswddflags}
fi
fi
# Start ypbind if we're an NIS client
if [ "X${nis_clientflags}" != X"NO" ]; then
- echo -n ' ypbind'; ypbind ${nis_clientflags}
+ echo -n ' ypbind'; ypbind ${nis_clientflags}
fi
# $rwhod is imported from /etc/sysconfig;
@@ -238,7 +238,7 @@ fi
#
echo -n standard daemons:
echo -n ' cron'; cron
-echo -n ' printer'; lpd
+echo -n ' printer'; lpd
# $sendmail_flags is imported from /etc/sysconfig;
# if $sendmail_flags is something other than NO, sendmail is run.
OpenPOWER on IntegriCloud