summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-07-03 00:42:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-07-03 00:42:48 +0000
commit0594c644180c02909f39e41b645321fc86322317 (patch)
treeb70ae0666f9cdebde60f4f4b12301f4acde67acb /distrib/miniroot
parent57b0c0761d5c5ce53a2a82efe7cb742df65531f4 (diff)
jmc becomes upset when nouns are used as verbs; via krw
Diffstat (limited to 'distrib/miniroot')
-rw-r--r--distrib/miniroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 6be7bbe18bc..883145fb4f4 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.589 2009/07/01 19:12:53 deraadt Exp $
+# $OpenBSD: install.sub,v 1.590 2009/07/03 00:42:47 deraadt Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
@@ -324,7 +324,7 @@ user_setup() {
userpass=$_password
if [[ $sshd == y ]]; then
- ask_yn "Since you setup a user, disable sshd(8) logins to root?" yes
+ ask_yn "Since you set up a user, disable sshd(8) logins to root?" yes
sshd_disableroot=$resp
fi