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.
This commit is contained in:
Jordan K. Hubbard 1995-03-06 14:33:39 +00:00
parent d3b1e73dd2
commit f7ae0afb88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6935

View File

@ -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