From 8fb9f960ff2dac2c5740dc4a1dccd7d41b5e9e22 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 9 Nov 2000 21:25:58 +0000 Subject: [PATCH] Correct some old comments. --- release/scripts/X11/build_x.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/release/scripts/X11/build_x.sh b/release/scripts/X11/build_x.sh index a3930603b35..0294467b70b 100755 --- a/release/scripts/X11/build_x.sh +++ b/release/scripts/X11/build_x.sh @@ -9,10 +9,8 @@ usage() { echo echo "Where is the base directory to install X into. This" echo "script also assumes that it can checkout XFree86 into " - echo `dirname $0`"/XFree86, that it can get the distfiles from" - echo "/usr/ports/distfiles (or fetch them into that directory), and" - echo "that the file "`dirname $0`"/configure exists and replaces the" - echo "scripts/configure script used in the XFree86 port." + echo `dirname $0`"/XFree86 and that it can get the distfiles from" + echo "/usr/ports/distfiles (or fetch them into that directory)." echo echo "Also, this should really be run as root." exit 1