diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-30 19:34:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-30 19:34:40 +0000 |
commit | 2d313f2f59f73c038f8e076d908028d249c1aa2f (patch) | |
tree | c755bd21000b40bd1931be9a42a69597cc2567db | |
parent | 0e50fd51ebe11c180209bf701a64eb43df21e385 (diff) |
silly comment is wrong
-rw-r--r-- | distrib/miniroot/install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 4a0d8dfc01c..8f429369432 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sh,v 1.192 2009/05/30 19:32:20 deraadt Exp $ +# $OpenBSD: install.sh,v 1.193 2009/05/30 19:34:39 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -196,7 +196,6 @@ install_sets # Ensure an enabled console has the correct speed in /etc/ttys. sed -e "/^console.*on.*secure.*$/s/std\.[0-9]*/std.$(stty speed)/" \ /mnt/etc/ttys >/tmp/ttys -# Move ttys back in case questions() needs to massage it more. mv /tmp/ttys /mnt/etc/ttys echo -n "Saving configuration files..." |