From c124b1392d69a55f5f983e9530f9f3bd1610893c Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Wed, 24 Nov 1999 17:59:37 +0000 Subject: [PATCH] Activates password protection (if a password is defined). Adds $FreeBSD$. --- sys/boot/forth/loader.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc index 3a4f3031c244..9ba2f271c89f 100644 --- a/sys/boot/forth/loader.rc +++ b/sys/boot/forth/loader.rc @@ -1,4 +1,5 @@ \ Loader.rc +\ $FreeBSD$ \ \ Includes additional commands include /boot/loader.4th @@ -6,5 +7,8 @@ include /boot/loader.4th \ Reads and processes loader.rc start +\ Tests for password -- executes autoboot first if a password was defined +check-password + \ Unless set otherwise, autoboot is automatic at this point