summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-06 14:33:39 +0000
committerjkh <jkh@FreeBSD.org>1995-03-06 14:33:39 +0000
commit6bf76974911d42645b28f27a4c4af468f7498e80 (patch)
tree43a6cf292a1e592b137db37918237c91ef8a3e21 /etc
parent8def37dc0b02418dcb2712abf951389905f4328d (diff)
downloadFreeBSD-src-6bf76974911d42645b28f27a4c4af468f7498e80.zip
FreeBSD-src-6bf76974911d42645b28f27a4c4af468f7498e80.tar.gz
Back out my previous change and file it under the catagory of One Of Those
Things That Seemed Like A Good Idea At The Time. There's a better solution for /etc out there and this is not a step in that direction.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.local6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.local b/etc/rc.local
index ea9bb3d..3561681 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -39,12 +39,6 @@ if [ X"${nis_clientflags}" != X"NO" ]; then
echo -n ' ypbind'; ypbind $nis_clientflags
fi
-# If we've a local rc file, execute it
-if [ -x /usr/share/misc/rc.${_HOST} ]; then
- echo " local rc for ${_HOST}:"
- . /usr/share/misc/rc.${_HOST}
-fi
-
# For loading fonts/keyboard example look in /usr/share/examples/syscons
# directory
OpenPOWER on IntegriCloud