summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386/userconfig.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1996-12-15 09:37:43 +0000
committerkato <kato@FreeBSD.org>1996-12-15 09:37:43 +0000
commit227b9dd0492fffdd71f41b09eb95265c74496da2 (patch)
tree790309de96cf63beda7efa3dba0aed746ec71fbb /sys/pc98/i386/userconfig.c
parent0a16d90ea1a29342bec339a55adcee82d717611b (diff)
downloadFreeBSD-src-227b9dd0492fffdd71f41b09eb95265c74496da2.zip
FreeBSD-src-227b9dd0492fffdd71f41b09eb95265c74496da2.tar.gz
Synchronize with sys/i386/i386/userconfig.c revison 1.74.
Definite 2.2 candidate.
Diffstat (limited to 'sys/pc98/i386/userconfig.c')
-rw-r--r--sys/pc98/i386/userconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index 27c0603..b23292d 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.14 1996/12/09 15:21:04 kato Exp $
+ ** $Id: userconfig.c,v 1.15 1996/12/15 09:35:49 kato Exp $
**/
/**
@@ -136,7 +136,7 @@ getchar(void)
if (next == userconfig_from_boot) {
if (strncmp(next, "USERCONFIG\n", 11)) {
next++;
- strcpy(next, "quit\n");
+ strcpy(next, "intro\n");
} else {
next += 11;
}
@@ -2257,7 +2257,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.14 1996/12/09 15:21:04 kato Exp $
+ * $Id: userconfig.c,v 1.15 1996/12/15 09:35:49 kato Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud