diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-16 12:36:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-16 12:36:47 +0000 |
| commit | c21ad9f78ef9d9e45a3e073c2c3754da331526d2 (patch) | |
| tree | ce6d2a7f8f8391f055f8a3db3cab21219d017d29 /release/scripts | |
| parent | 5c95e17f96bd9eab5de8a44d12e365868dfa41e1 (diff) | |
Notes
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 f94e8c5dbfeda..982c145cf2a5d 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 |
