summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-08-18 08:11:23 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-08-18 08:11:23 +0000
commit801aa39c8805bccfbf12e9074d5d0dd64b600273 (patch)
tree8e028894ca57fc0ae211c8dc8b9be22cf8d086b0 /etc
parent4332565227b534826127dccbdef1200139b1738b (diff)
downloadFreeBSD-src-801aa39c8805bccfbf12e9074d5d0dd64b600273.zip
FreeBSD-src-801aa39c8805bccfbf12e9074d5d0dd64b600273.tar.gz
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".
Diffstat (limited to 'etc')
-rw-r--r--etc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index c5f2b92..0f03830 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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
OpenPOWER on IntegriCloud