mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 21:43:34 +00:00
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:
parent
d3b1e73dd2
commit
f7ae0afb88
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6935
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user