diff options
| author | hubertf <hubertf@NetBSD.org> | 2001-10-15 22:49:36 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2001-10-15 22:49:36 +0000 |
| commit | 7dfbd02819dc92dd56d4d7c82dce77ca16ec00b0 (patch) | |
| tree | 4d65c547a5ea24ed1a70fd34401eb45020d0ce38 /distrib/utils | |
| parent | e0b2c4633df54d46a62040ce70fc768c4b54111a (diff) | |
Only turn ttyE[1-9] on, and explicitly leave ttyE0 off, as recommended
in PR #14075. (Since PR #13249 was fixed, we have /dev/console enabled
in /etc/ttys on i386 by default!)
Diffstat (limited to 'distrib/utils')
| -rw-r--r-- | distrib/utils/sysinst/arch/i386/md.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/sysinst/arch/i386/md.c b/distrib/utils/sysinst/arch/i386/md.c index 4021481ed53..434e9f8cb98 100644 --- a/distrib/utils/sysinst/arch/i386/md.c +++ b/distrib/utils/sysinst/arch/i386/md.c @@ -1,4 +1,4 @@ -/* $NetBSD: md.c,v 1.56 2001/09/13 18:09:19 jdolecek Exp $ */ +/* $NetBSD: md.c,v 1.57 2001/10/15 22:49:36 hubertf Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -483,7 +483,7 @@ md_cleanup_install(void) strncpy(realfrom, target_expand("/etc/ttys"), STRSIZE); strncpy(realto, target_expand("/etc/ttys.install"), STRSIZE); sprintf(cmd, "sed " - "-e '/^ttyE/s/off/on/'" + "-e '/^ttyE[1-9]/s/off/on/'" " < %s > %s", realfrom, realto); } |
