diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-12-14 08:30:12 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-12-14 08:30:12 +0000 |
commit | 6bf1ed1a43cb17c58b2a44e9b13da3bf8382ef9c (patch) | |
tree | 35198f32da6da86b8758822a08eae9ceafae9611 | |
parent | 5e0e62a024202a94faabe3fec9286f008cfe1ea7 (diff) |
make more clear that the NTP question is not a three way yes/no
question; ok deraadt@
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 5645bec7c69..6fb1a632562 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.421 2007/08/02 03:23:37 david Exp $ +# $OpenBSD: install.sub,v 1.422 2007/12/14 08:30:11 otto Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2007 Todd Miller, Theo de Raadt, Ken Westerback @@ -1536,7 +1536,7 @@ questions() { >>/mnt/etc/rc.conf.local fi - ask "NTP server? (or 'none' or 'default')" none + ask "NTP server? (host, 'none' or 'default')" none if [[ $resp != none ]]; then echo "ntpd_flags= # enabled during install" \ >>/mnt/etc/rc.conf.local |