diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-11-04 06:39:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-11-04 06:39:20 +0000 |
commit | 089970b6c1134ce8cec78fd592a5674860272f43 (patch) | |
tree | 81f161ec402f53952c7b87b3bf7b0dc35f8bb86e /distrib | |
parent | 2f8e5cc99aaab45a3b951cde2431007334a02bca (diff) |
correct comment
Diffstat (limited to 'distrib')
-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 3571bea992a..acb5da3059c 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.625 2010/11/04 04:15:56 deraadt Exp $ +# $OpenBSD: install.sub,v 1.626 2010/11/04 06:39:19 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 @@ -1815,7 +1815,7 @@ apply() >>/mnt/etc/rc.conf.local if [[ $ntpd_server != default ]]; then # Comment out the default 'servers' line, and add a - # 'server' line with the first token in $resp as the + # 'servers' line with the first token in $resp as the # server. set -- $ntpd_server sed -e "s/^servers /#&/;/#server /a\\ |