diff options
author | abial <abial@FreeBSD.org> | 1999-01-13 21:59:58 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1999-01-13 21:59:58 +0000 |
commit | e7c0e116e666dd0c045aa74d48e36d646d2c65ac (patch) | |
tree | 6183deb060432cc57d386b77c2ecdab52f842bb2 /sys/boot/common/interp.c | |
parent | 80ca944a9305e9fb9fd402e07f22c05feecaa97d (diff) | |
download | FreeBSD-src-e7c0e116e666dd0c045aa74d48e36d646d2c65ac.zip FreeBSD-src-e7c0e116e666dd0c045aa74d48e36d646d2c65ac.tar.gz |
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.
Agreed upon by: jkh, msmith and many others
Diffstat (limited to 'sys/boot/common/interp.c')
-rw-r--r-- | sys/boot/common/interp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/interp.c b/sys/boot/common/interp.c index 00e4abe..e9fb996 100644 --- a/sys/boot/common/interp.c +++ b/sys/boot/common/interp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: interp.c,v 1.9 1998/12/22 11:41:51 abial Exp $ + * $Id: interp.c,v 1.10 1999/01/04 18:38:23 peter Exp $ */ /* * Simple commandline interpreter, toplevel and misc. @@ -99,7 +99,7 @@ interact(void) /* * Read our default configuration */ - source("/boot/boot.conf"); + source("/boot/loader.rc"); printf("\n"); /* * Before interacting, we might want to autoboot. |