From f7ae0afb88c27b3310dd820a874fb63a8ad65ca2 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 6 Mar 1995 14:33:39 +0000 Subject: [PATCH] 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. --- etc/rc.local | 6 ------ 1 file changed, 6 deletions(-) diff --git a/etc/rc.local b/etc/rc.local index ea9bb3d8cabe..3561681cb2f0 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