diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 05:00:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 05:00:12 +0000 |
commit | 2ca9383e736a79749fe3439b319c4b3864b3fce9 (patch) | |
tree | e717ec48c8116715cc0e48f3bcc0e12120b1891d /www/xitami/files/patch-aa | |
parent | Update to version 1.4.5. (diff) |
Update to version 2.4d7.
PR: 25222
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
Notes
Notes:
svn path=/head/; revision=38767
Diffstat (limited to 'www/xitami/files/patch-aa')
-rw-r--r-- | www/xitami/files/patch-aa | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/www/xitami/files/patch-aa b/www/xitami/files/patch-aa index ce02c16fb6e2..149314d7652f 100644 --- a/www/xitami/files/patch-aa +++ b/www/xitami/files/patch-aa @@ -1,5 +1,5 @@ ---- xibuild.orig Sat Aug 8 15:42:27 1998 -+++ xibuild Sat Aug 8 15:44:23 1998 +--- xibuild.original Tue Nov 7 09:32:29 2000 ++++ xibuild Tue Nov 7 09:39:53 2000 @@ -8,7 +8,6 @@ # This script builds the SFL and SMT packages, then installs XITAMI ready # for use. XITAMI is installed in the current directory. @@ -8,21 +8,19 @@ SRCDIR=$TOPDIR/src SFLDIR=$TOPDIR/src/sfl SMTDIR=$TOPDIR/src/smt -@@ -52,18 +51,13 @@ - echo "--------------------------------------------------------------------" - echo "Welcome to the Xitami web server, copyright (c) 1991-97 iMatix." +@@ -53,17 +52,12 @@ + echo "Welcome to the Xitami web server, copyright (c) 1991-99 iMatix." echo "This script will compile and link XITAMI, ready for use on this" --echo "$SYSTEM system. Please confirm this information:" -+echo "$SYSTEM system." + echo "$SYSTEM system. Nothing is installed in any system directories." +-echo "Please confirm this information:" echo " System . . . . . .: $SYSTEM" echo " ANSI C compiler. .: $COMPILE" echo "" -echo "If the ANSI C compile command is wrong, you will have to modify the" -echo "'c' scripts in these directories:" --echo " $SFLDIR" --echo " $SMTDIR" +-echo " $SFLDIR, $SMTDIR" -echo "" --echo "If this information looks okay, press [Enter] to start installation." +-echo "If this information looks okay, press [Enter] to build Xitami." +echo " SFL Source Path...: $SFLDIR" +echo " SMT Source Path...: $SMTDIR" echo "--------------------------------------------------------------------" @@ -30,7 +28,7 @@ # Now, rebuild the SFL package -@@ -103,14 +97,4 @@ +@@ -103,18 +97,4 @@ fi cd $TOPDIR @@ -41,8 +39,12 @@ -cp $CGISRC/testcgi $CGIBIN -cp $CGISRC/testcgi? $CGIBIN - --echo xibuild completed. Please see 'readme' file for info on using --echo Xitami. The Xitami web pages are the main source of information. --echo You can run Xitami now by typing 'xitami' or 'xitami -b 5000'. --echo browser and the URL http://hostname or http://hostname:5080. -+echo xibuild completed. +-chmod +x xiconfig +-test ! -f defaults.cfg && ./xiconfig +- +-echo "" +-echo "xibuild completed. Please see 'readme' file for info on using" +-echo "Xitami. The Xitami web pages are the main source of information." +-echo "You can run Xitami now by typing 'xitami' or 'xitami -b 5000'." +-echo "browser and the URL http://hostname or http://hostname:5080." ++echo "xibuild completed." |