summaryrefslogtreecommitdiffstats
path: root/etc/rc.local
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-03-16 16:58:01 +0000
committerwollman <wollman@FreeBSD.org>1995-03-16 16:58:01 +0000
commit80a34ebfdf2ad53283c719aa90cdbf45be5b70d2 (patch)
tree31a9ac2046858b62ad12bc72021374e24c7729cc /etc/rc.local
parentb6beceae27e1650af0e5a1ee94bb83a629d6530a (diff)
downloadFreeBSD-src-80a34ebfdf2ad53283c719aa90cdbf45be5b70d2.zip
FreeBSD-src-80a34ebfdf2ad53283c719aa90cdbf45be5b70d2.tar.gz
Semi-major RC file cleanup:
- Do ntp right - Move recenrly-added and long-standing junk from rc.local into rc, so . that rc.local truly is LOCAL. - Fix named invocation to use the correct boot file location.
Diffstat (limited to 'etc/rc.local')
-rw-r--r--etc/rc.local25
1 files changed, 1 insertions, 24 deletions
diff --git a/etc/rc.local b/etc/rc.local
index 3561681..ab9477b 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -1,7 +1,7 @@
#
# site-specific startup actions, daemons
#
-# @(#)rc.local 5.4 (Berkeley) 12/14/90
+# $Id$
#
T=/tmp/_motd
@@ -16,29 +16,6 @@ _HOST=`hostname`
echo -n 'starting local daemons:'
-# Kerberos runs ONLY on the Kerberos server machine
-if [ X"${kerberos_server}" = X"YES" ]; then
- echo -n ' kerberos'; kerberos >> /var/log/kerberos.log &
- if [ -x /usr/sbin/kadmind ]; then
- echo -n ' kadmind'; (sleep 20; /usr/sbin/kadmind -n >/dev/null 2>&1 &) &
- fi
-fi
-
-# Start ypserv if we're an NIS server.
-if [ X"${nis_serverflags}" != X"NO" ]; then
- echo -n ' ypserv'; ypserv $nis_serverflags
-fi
-
-# Run yppasswdd only on the NIS master server
-if [ X"${yppasswddflags}" != X"NO" ]; then
- echo -n ' yppasswdd'; yppasswdd $yppasswddflags
-fi
-
-# Start ypbind if we're an NIS client
-if [ X"${nis_clientflags}" != X"NO" ]; then
- echo -n ' ypbind'; ypbind $nis_clientflags
-fi
-
# For loading fonts/keyboard example look in /usr/share/examples/syscons
# directory
OpenPOWER on IntegriCloud