diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-16 12:36:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-16 12:36:47 +0000 |
commit | ac6ad4135e986569c3462a7fcbd59bc43726cfec (patch) | |
tree | ce6d2a7f8f8391f055f8a3db3cab21219d017d29 /release/scripts | |
parent | 995d7a80c6e1bf456b4217b89f6c194747708631 (diff) | |
download | FreeBSD-src-ac6ad4135e986569c3462a7fcbd59bc43726cfec.zip FreeBSD-src-ac6ad4135e986569c3462a7fcbd59bc43726cfec.tar.gz |
Give user a change to read startx messages.
Suggested by: David Muir Sharnoff <muir@idiom.com>
Diffstat (limited to 'release/scripts')
-rwxr-xr-x | release/scripts/extract_xf86311.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release/scripts/extract_xf86311.sh b/release/scripts/extract_xf86311.sh index f94e8c5..982c145 100755 --- a/release/scripts/extract_xf86311.sh +++ b/release/scripts/extract_xf86311.sh @@ -9,7 +9,7 @@ # under the terms and conditions stated by the XFree86 Project, Inc. # copyright, which should also be in the file COPYRIGHT in this distribution. # -# $Id: extract_xf86311.sh,v 1.7 1995/02/10 06:52:16 jkh Exp $ +# $Id: extract_xf86311.sh,v 1.8 1995/02/16 12:30:31 jkh Exp $ PATH=/usr/X11R6/bin:/usr/X386/bin:.:$PATH @@ -123,7 +123,10 @@ recommended that choices be followed in order on this menu," \ Configure) do_configure ;; startx) if [ -x ${X11PREFIX}/bin/startx ]; then + dialog --clear ${X11PREFIX}/bin/startx + echo -n "[press return to continue] " + read junk else dialog --title "Error" --msgbox "You must first install ${XRELEASE}." -1 -1 fi |