diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-12-21 21:45:42 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-12-21 21:45:42 +0000 |
commit | 23495634e653d596492ca742142b25d18babc127 (patch) | |
tree | 482fcf7200d8c41a7c9989e1d0088ae6ddf7a8e0 /distrib/miniroot/install.sub | |
parent | e4f77a8787305c794f97b808b09e12679092c052 (diff) |
Bowing to the relentless pressure from Nick Holland, change the default answer
to 'Use the nameserver now?' to 'yes'. ok deraadt@.
Diffstat (limited to 'distrib/miniroot/install.sub')
-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 d1bf96c0d2b..86e105e701d 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.323 2003/12/04 20:17:02 deraadt Exp $ +# $OpenBSD: install.sub,v 1.324 2003/12/21 21:45:41 krw Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2003 Todd Miller, Theo de Raadt, Ken Westerback @@ -1585,7 +1585,7 @@ donetconfig() { for _ns in $resp; do echo "nameserver $_ns" >> /tmp/resolv.conf done - ask_yn "Use the nameserver now?" + ask_yn "Use the nameserver now?" y [[ $resp == y ]] && cp /tmp/resolv.conf /tmp/resolv.conf.shadow fi |