From 0d077fc6b2ada91ff7e110512e23051b3033aae1 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 18 Aug 2000 08:11:23 +0000 Subject: [PATCH] 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". --- etc/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rc b/etc/rc index c5f2b927cca..0f0383033bd 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