diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-03 04:35:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-03 04:35:31 +0000 |
commit | 8ce6248d20d1610e1851308b4ab23ca638966290 (patch) | |
tree | db978a6c7af05ed7ea48823abbb4a7ca83b11c7d /distrib | |
parent | c9d27ec42037ccf189c36ac239752d20d6c4dd22 (diff) |
roll a comment to a new line, so that the comment-stripper can remove it
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index f958baeb92a..0e715fdd7b2 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.663 2012/09/03 04:34:36 deraadt Exp $ +# $OpenBSD: install.sub,v 1.664 2012/09/03 04:35:30 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 @@ -1902,7 +1902,8 @@ questions() { if [[ -n $MDXAPERTURE ]]; then ask_yn "Do you expect to run the X Window System?" $def x11=$resp - _xdmask=$resp # if aperture was n, do not ask for xdm + # if aperture was n, do not ask for xdm + _xdmask=$resp fi if [[ -n $MDXDM && $_xdmask == y ]]; then |