diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-08-18 08:11:23 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-08-18 08:11:23 +0000 |
commit | 801aa39c8805bccfbf12e9074d5d0dd64b600273 (patch) | |
tree | 8e028894ca57fc0ae211c8dc8b9be22cf8d086b0 /etc | |
parent | 4332565227b534826127dccbdef1200139b1738b (diff) | |
download | FreeBSD-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/rc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |