From owner-freebsd-questions Sat May 23 22:18:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11197 for freebsd-questions-outgoing; Sat, 23 May 1998 22:18:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from toronto.enoreo.on.ca (toronto.enoreo.on.ca [209.47.17.25]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA11172; Sat, 23 May 1998 22:18:17 -0700 (PDT) (envelope-from memmerto@undergrad.math.uwaterloo.ca) Received: from [209.82.52.19] by toronto.enoreo.on.ca id aa08632; 24 May 98 1:20 EDT Message-ID: <002201bd86d2$b4d8c080$0200000a@win95.gsicomp.on.ca> From: Matthew Emmerton To: , , , Subject: Microsoft Frontpage 98 Server Extensions Date: Sun, 24 May 1998 01:13:31 -0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_001E_01BD86B1.2A890C80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001E_01BD86B1.2A890C80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I recently got FreeBSD-2.2.6 running, and downloaded the most recent MS Frontpage Server extensions (version 3.0.4 according to the tarball I got) for BSD/OS 3.0 from the Microsoft site. However, I noticed a couple of problems that would be worthwhile to mention. First, the fp_install.sh script (obviously) doesn't support FreeBSD and dies horribly. So, rename the distribution to fp30.freebsd.tar.gz, and patch the fp_install.sh with fpext-3.0.4-freebsd-fp_install-patch. Also, the huge patchfile that patches Apache 1.2.5 contains a mistake (for bsdi users) and (of course) needs to be fixed up for us FreeBSD users. Apply the patch fpext-3.0.4-freebsd-fp-patch-apache_1.2.5-patch before patching the Apache server. I have submitted this information to RTR and (hopefully) they'll include some of it in the next release of the extensions. -- Matthew Emmerton GSI Computer Services, Consultant ------=_NextPart_000_001E_01BD86B1.2A890C80 Content-Type: application/octet-stream; name="fpext-3.0.4-freebsd-fp_install-patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="fpext-3.0.4-freebsd-fp_install-patch" --- fp_install.sh.orig Sat May 23 19:23:58 1998 +++ fp_install.sh Sat May 23 23:33:41 1998 @@ -72,7 +72,6 @@ *BSD/OS?3.0*) machine=3D"bsdi3" ;; BSD/OS*) machine=3D"bsdi" ;; SCO_SV*) machine=3D"sco5" ;; - FreeBSD*) machine=3D"freebsd" ;; *) echo "ERROR: Unsupported platform! Uname is = $system."=20 return 1 ;; ------=_NextPart_000_001E_01BD86B1.2A890C80 Content-Type: application/octet-stream; name="fpext-3.0.4-freebsd-fp-patch-apache_1.2.5-patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="fpext-3.0.4-freebsd-fp-patch-apache_1.2.5-patch" --- apache-fp/fp-patch-apache_1.2.5.orig Sat May 23 23:34:24 1998 +++ apache-fp/fp-patch-apache_1.2.5 Sat May 23 23:35:04 1998 @@ -477,7 +477,7 @@ +#ifdef LINUX +#define RAND_CMD "/bin/ps laxww | /usr/bin/sum ; /bin/ps laxww | = /usr/bin/sum" +#else -+#ifdef bsdi ++#if defined(__bsdi__) || defined(__FreeBSD__) +#define RAND_CMD "/bin/ps laxww | /usr/bin/cksum -o 1 ; /bin/ps laxww = | /usr/bin/cksum -o 1" +#else +#define RAND_CMD "/bin/ps -ea | /bin/sum ; /bin/ps -ea | /bin/sum" ------=_NextPart_000_001E_01BD86B1.2A890C80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message