The output of this script got a little broken in rev 1.225, with

the output for the linux_enable and svr4_enable stuff "floating
in the middle of nowhere".

Give them their own section, called "additional ABI support".
This commit is contained in:
Sheldon Hearn 2000-08-18 08:11:23 +00:00
parent b53cf64a81
commit 0d077fc6b2

3
etc/rc
View File

@ -543,6 +543,7 @@ if [ -r /etc/rc.devfs ]; then
sh /etc/rc.devfs
fi
echo -n additional ABI support:
# Start the Linux binary compatibility if requested.
#
@ -566,6 +567,8 @@ case ${svr4_enable} in
;;
esac
echo .
# Do traditional (but rather obsolete) rc.local file if it exists. If you
# use this file and want to make it programmatic, source /etc/defaults/rc.conf
# in /etc/rc.local and add your custom variables to /etc/rc.conf, as