From owner-freebsd-ports-bugs Tue Feb 11 11:20:48 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83EF637B401 for ; Tue, 11 Feb 2003 11:20:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BFA543FAF for ; Tue, 11 Feb 2003 11:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1BJK6NS065398 for ; Tue, 11 Feb 2003 11:20:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1BJK62o065397; Tue, 11 Feb 2003 11:20:06 -0800 (PST) Date: Tue, 11 Feb 2003 11:20:06 -0800 (PST) Message-Id: <200302111920.h1BJK62o065397@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/47944: NEW PORT: mod_frontpage{13,20} Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/47944; it has been noted by GNATS. From: "Scot W. Hetzel" To: FreeBSD-gnats-submit Cc: Subject: Re: ports/47944: NEW PORT: mod_frontpage{13,20} Date: Tue, 11 Feb 2003 13:11:31 -0600 (CST) There is a problem with the patch file, use the following shar archive instead. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./mod_frontpage13 # ./mod_frontpage13/Makefile # ./mod_frontpage13/pkg-comment # ./mod_frontpage13/pkg-message # ./mod_frontpage2 # ./mod_frontpage2/Makefile # ./mod_frontpage2/distinfo # ./mod_frontpage2/pkg-comment # ./mod_frontpage2/pkg-descr # ./mod_frontpage2/pkg-message # ./mod_frontpage2/pkg-plist # ./mod_frontpage2/files # ./mod_frontpage2/files/patch-fp_install.sh # ./mod_frontpage2/files/patch-readme.htm # ./mod_frontpage2/files/patch-set_default_perms.sh # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./mod_frontpage13 mkdir -p ./mod_frontpage13 > /dev/null 2>&1 echo x - ./mod_frontpage13/Makefile sed 's/^X//' >./mod_frontpage13/Makefile << 'END-of-./mod_frontpage13/Makefile' X# New ports collection makefile for: Apache 1.3.x mod_frontpage module X# Date created: Tue Feb 4 13:59:20 CST 2003 X# Whom: hetzels@westbend.net X# X# $FreeBSD$ X# X XCATEGORIES= www X XMAINTAINER= hetzels@westbend.net X XUSE_APACHE13= YES X XCOMMENT= ${.CURDIR}/pkg-comment XPKGMESSAGE= ${.CURDIR}/pkg-message X X.if defined(WITH_SSL) XAP_PORT?=apache13-modssl X.endif X XMASTERDIR= ${.CURDIR}/../mod_frontpage20 X X.include "${MASTERDIR}/Makefile" X# New ports collection makefile for: Apache 1.3.x mod_frontpage X# Date created: Tue Feb 4 13:59:20 CST 2003 X# Whom: hetzels@westbend.net X# X# $FreeBSD$ X# X XCATEGORIES= www X XMAINTAINER= hetzels@westbend.net X XUSE_APACHE13= YES X XCOMMENT= ${.CURDIR}/pkg-comment XPKGMESSAGE= ${.CURDIR}/pkg-message X X.if defined(WITH_SSL) XAP_PORT?=apache13-modssl X.endif X XMASTERDIR= ${.CURDIR}/../mod_frontpage2 X X.include "${MASTERDIR}/Makefile" END-of-./mod_frontpage13/Makefile echo x - ./mod_frontpage13/pkg-comment sed 's/^X//' >./mod_frontpage13/pkg-comment << 'END-of-./mod_frontpage13/pkg-comment' XMicrosoft mod_frontpage (by RTR) for Apache 1.3.x XMicrosoft mod_frontpage (by RTR) for Apache 1.3.x END-of-./mod_frontpage13/pkg-comment echo x - ./mod_frontpage13/pkg-message sed 's/^X//' >./mod_frontpage13/pkg-message << 'END-of-./mod_frontpage13/pkg-message' X************************************************************************ X X1.) X XCheck your httpd.conf, if you have included a ResourceConfig and XAccessConfig. If you do not have these files, you'll have to add Xthese lines to make the frontpage extensions work properly. These Xlines are commented out in the default config, so you'll have to Xactivate them again. If you have a real ResourceConfig and XAccessConfig, you can skip this part. X XResourceConfig /dev/null XAccessConfig /dev/null X X X2.) X XYou'll need to change the AllowOverride directive under the Xdefault web from None to at least "AuthConfig Limit Indexes Options". X X X: XAllowOverride AuthConfig Limit Indexes Options X: X X XDon't use "AllowOverride All" if you have a server environment Xwith customers, since this can be a security risk, as they Xcould modify the .htaccess files themselves. X XYou'll also need to change the AllowOverride Directive on all Xvirtual hosts that you are going to enable with Frontpage Extentions. X X X3.) X XAfter you have made these changes, you'll need to execute: X X%%PREFIX%%/frontpage/version5.0/fp_install.sh X Xto build the base apache/frontpage web site and to setup frontpage Xusers and admins. You can also run this to add virtual hosts to Xthe apache/frontpage system. X X X4.) X XIf you have installed the port in another PREFIX than "/usr/local" Xyou have to create a symlink. Microsoft has hardcoded the local Xpath in their binarys. If you do not use fp_install.sh, you have Xto create the link manually: X Xln -s %%PREFIX%%/frontpage /usr/local/frontpage X X X5.) X XWhen using owsadm.exe, you need to specify the server type in the Xcommand. X X owsadm.exe -t apache-fp ... X X************************************************************************ X************************************************************************ X X1.) X XCheck your httpd.conf, if you have included a ResourceConfig and XAccessConfig. If you do not have these files, you'll have to add Xthese lines to make the frontpage extensions work properly. These Xlines are commented out in the default config, so you'll have to Xactivate them again. If you have a real ResourceConfig and XAccessConfig, you can skip this part. X XResourceConfig /dev/null XAccessConfig /dev/null X X X2.) X XYou'll need to change the AllowOverride directive under the Xdefault web from None to at least "AuthConfig Limit Indexes Options". X X X: XAllowOverride AuthConfig Limit Indexes Options X: X X XDon't use "AllowOverride All" if you have a server environment Xwith customers, since this can be a security risk, as they Xcould modify the .htaccess files themselves. X XYou'll also need to change the AllowOverride Directive on all Xvirtual hosts that you are going to enable with Frontpage Extentions. X X X3.) X XAfter you have made these changes, you'll need to execute: X X%%PREFIX%%/frontpage/version5.0/fp_install.sh X Xto build the base apache/frontpage web site and to setup frontpage Xusers and admins. You can also run this to add virtual hosts to Xthe apache/frontpage system. X X X4.) X XIf you have installed the port in another PREFIX than "/usr/local" Xyou have to create a symlink. Microsoft has hardcoded the local Xpath in their binarys. If you do not use fp_install.sh, you have Xto create the link manually: X Xln -s %%PREFIX%%/frontpage /usr/local/frontpage X X X5.) X XWhen using owsadm.exe, you need to specify the server type in the Xcommand. X X owsadm.exe -t apache-fp ... X X************************************************************************ END-of-./mod_frontpage13/pkg-message echo c - ./mod_frontpage2 mkdir -p ./mod_frontpage2 > /dev/null 2>&1 echo x - ./mod_frontpage2/Makefile sed 's/^X//' >./mod_frontpage2/Makefile << 'END-of-./mod_frontpage2/Makefile' X# New ports collection makefile for: Apache 2.x mod_frontpage module X# Date created: Tue Feb 4 13:59:20 CST 2003 X# Whom: hetzels@westbend.net X# X# $FreeBSD$ X# X XPORTNAME= mod_frontpage XPKGNAMESUFFIX= ${AP_VER:S/.//} XPORTVERSION= 5.0.2.2626 XPORTREVISION= 0 XCATEGORIES= www XMASTER_SITES= ftp://ftp.microsoft.com/products/frontpage/beta/ \ X ftp://www.westbend.net/Mirrors/ftp.microsoft.com/Products/frontpage/beta/ XDISTFILES= ${FRONTPAGE} XDIST_SUBDIR= fp50beta X XMAINTAINER= hetzels@westbend.net X XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} XRUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} X#RUN_DEPENDS+= ${LOCALBASE}/frontpage/version5.0/bin/owsadm.exe:${PORTSDIR}/www/frontpage X X.ifdef USE_APACHE13 XAP_VER=1.3 XAP_PORT?=apache13 XAPACHE= "apache" X.else XAP_VER=2.0 XAP_PORT=apache2 XAPACHE= "apache2" X.endif X X.include X X.if ${OSVERSION} < 440000 XBROKEN= "These Extentions require FreeBSD 4.4 or better" X.endif X XUSE_REINPLACE= yes X X# Only the i386 FrontPage Extensions are available for Apache 2.0 X#ONLY_FOR_ARCHS= i386 alpha XONLY_FOR_ARCHS= i386 X XFP_VER= 5.0 X#FP_VER= ${PORTVERSION:C/\..*//} X X#.ifndef ALL_FP X#.if ${ARCH} == i386 XFRONTPAGE= fp${FP_VER:S/.//}.freebsd.tar.gz X X.if ${OSVERSION} >= 500000 X.if (defined(BATCH) && ${BATCH} == YES ) || !exists(/usr/lib/compat/libc.so.4) XLIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x X.endif X.endif X#.elif ${ARCH} == alpha X#FRONTPAGE= fp${FP_VER:S/.//}.alpha.tar.gz X#.endif X#.else X#FRONTPAGE= fp${FP_VER:S/.//}.freebsd.tar.Z \ X# fp${FP_VER:S/.//}.alpha.tar.Z X#.endif X XAPXS= ${LOCALBASE}/sbin/apxs XFPDIR= frontpage/version${FP_VER} XFP_INSTALL= ${FPDIR}/fp_install.sh XFP_SETPERM= ${FPDIR}/set_default_perms.sh XFP_README= ${FPDIR}/readme.htm XFP_README2= ${FPDIR}/readme_apache2.txt XFP_LICENSE= ${FPDIR}/LICENSE.TXT X XNO_WRKSUBDIR= yes XEXTRACT_FILES= ${FP_INSTALL} \ X ${FP_SETPERM} \ X ${FP_README} \ X ${FPDIR}/apache-fp/mod_frontpage.c \ X ${FPDIR}/apache2/mod_fpcgid.c \ X ${FPDIR}/apache2/mod_fpcgid.h \ X ${FPDIR}/apache2/mod_frontpage.c \ X ${FPDIR}/apache2/mod_frontpage.h \ X ${FPDIR}/apache2/mod_suexec.h X XPLIST_SUB= FP_VER=${FP_VER} \ X APACHE=${APACHE} X Xdo-extract: X @${RM} -rf ${WRKDIR} X @${MKDIR} ${WRKDIR} X @if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ X ${_DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS} ${EXTRACT_FILES}); \ X then \ X exit 1; \ X fi X Xpost-patch: X.if !defind(PATCH_DEBUG} X @${REINPLACE_CMD} -e 's:PREFIX:${PREFIX}:g' \ X -e 's:AP_VER:${AP_VER}:g' ${WRKDIR}/${FP_INSTALL} X.endif X Xdo-build: X.ifdef USE_APACHE13 X @(cd ${WRKDIR}/${FPDIR}/apache-fp && \ X ${APXS} -c -Wc,-DFREEBSD ${WRKDIR}/${FPDIR}/apache-fp/mod_frontpage.c) X.else X @${APXS} -c -Wc,-DFREEBSD ${WRKDIR}/${FPDIR}/apache2/mod_frontpage.c \ X ${WRKDIR}/${FPDIR}/apache2/mod_fpcgid.c X.endif X Xdo-install: X.ifdef USE_APACHE13 X @${APXS} -i -a -n frontpage ${WRKDIR}/${FPDIR}/apache-fp/mod_frontpage.so X.else X @${APXS} -i -a -n frontpage ${WRKDIR}/${FPDIR}/apache2/mod_frontpage.la X.endif X @${ECHO_MSG} "===> Untaring FrontPage Extensions to ${PREFIX}" X @(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS}) X @${INSTALL_SCRIPT} ${WRKDIR}/${FP_INSTALL} ${PREFIX}/${FP_INSTALL} X @${INSTALL_SCRIPT} ${WRKDIR}/${FP_SETPERM} ${PREFIX}/${FP_SETPERM} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKDIR}/${FP_README} ${DOCSDIR} X @${INSTALL_DATA} ${PREFIX}/${FP_README2} ${DOCSDIR} X @${INSTALL_DATA} ${PREFIX}/${FP_LICENSE} ${DOCSDIR} X.endif X @${RM} ${PREFIX}/${FPDIR}/apache-fp/httpd \ X ${PREFIX}/${FP_README} ${PREFIX}/${FP_README2} \ X ${PREFIX}/${FP_LICENSE} X Xpost-install: X.if (${PREFIX} != "/usr/local") X @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' X.else X @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ X | ${GREP} -v "ln" X.endif X X.include X# New ports collection makefile for: Microsoft FrontPage Extensions X# Date created: Tue Feb 4 13:59:20 CST 2003 X# Whom: hetzels@westbend.net X# X# $FreeBSD$ X# X XPORTNAME= mod_frontpage XPKGNAMESUFFIX= ${AP_VER:S/.//} XPORTVERSION= 5.0.2.2626 XPORTREVISION= 0 XCATEGORIES= www XMASTER_SITES= ftp://ftp.microsoft.com/products/frontpage/beta/ \ X ftp://www.westbend.net/Mirrors/ftp.microsoft.com/Products/frontpage/beta/ XDISTFILES= ${FRONTPAGE} XDIST_SUBDIR= fp50beta X XMAINTAINER= hetzels@westbend.net X XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} XRUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} X#RUN_DEPENDS+= ${LOCALBASE}/frontpage/version5.0/bin/owsadm.exe:${PORTSDIR}/www/frontpage X X.ifdef USE_APACHE13 XAP_VER=1.3 XAP_PORT?=apache13 XAPACHE= "apache" X.else XAP_VER=2.0 XAP_PORT=apache2 XAPACHE= "apache2" X.endif X X.include X X.if ${OSVERSION} < 440000 XBROKEN= "These Extentions require FreeBSD 4.4 or better" X.endif X XUSE_REINPLACE= yes X X# Only the i386 FrontPage Extensions are available for Apache 2.0 X#ONLY_FOR_ARCHS= i386 alpha XONLY_FOR_ARCHS= i386 X XFP_VER= 5.0 X#FP_VER= ${PORTVERSION:C/\..*//} X X#.ifndef ALL_FP X#.if ${ARCH} == i386 XFRONTPAGE= fp${FP_VER:S/.//}.freebsd.tar.gz X X.if ${OSVERSION} >= 500000 X.if (defined(BATCH) && ${BATCH} == YES ) || !exists(/usr/lib/compat/libc.so.4) XLIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x X.endif X.endif X#.elif ${ARCH} == alpha X#FRONTPAGE= fp${FP_VER:S/.//}.alpha.tar.gz X#.endif X#.else X#FRONTPAGE= fp${FP_VER:S/.//}.freebsd.tar.Z \ X# fp${FP_VER:S/.//}.alpha.tar.Z X#.endif X XAPXS= ${LOCALBASE}/sbin/apxs XFPDIR= frontpage/version${FP_VER} XFP_INSTALL= ${FPDIR}/fp_install.sh XFP_SETPERM= ${FPDIR}/set_default_perms.sh XFP_README= ${FPDIR}/readme.htm XFP_README2= ${FPDIR}/readme_apache2.txt XFP_LICENSE= ${FPDIR}/LICENSE.TXT X XNO_WRKSUBDIR= yes XEXTRACT_FILES= ${FP_INSTALL} \ X ${FP_SETPERM} \ X ${FP_README} \ X ${FPDIR}/apache-fp/mod_frontpage.c \ X ${FPDIR}/apache2/mod_fpcgid.c \ X ${FPDIR}/apache2/mod_fpcgid.h \ X ${FPDIR}/apache2/mod_frontpage.c \ X ${FPDIR}/apache2/mod_frontpage.h \ X ${FPDIR}/apache2/mod_suexec.h X XPLIST_SUB= FP_VER=${FP_VER} \ X APACHE=${APACHE} X Xdo-extract: X @${RM} -rf ${WRKDIR} X @${MKDIR} ${WRKDIR} X @if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ X ${_DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS} ${EXTRACT_FILES}); \ X then \ X exit 1; \ X fi X Xpost-patch: X.if !defind(PATCH_DEBUG} X @${REINPLACE_CMD} -e 's:PREFIX:${PREFIX}:g' \ X -e 's:AP_VER:${AP_VER}:g' ${WRKDIR}/${FP_INSTALL} X.endif X Xdo-build: X.ifdef USE_APACHE13 X @(cd ${WRKDIR}/${FPDIR}/apache-fp && \ X ${APXS} -c -Wc,-DFREEBSD ${WRKDIR}/${FPDIR}/apache-fp/mod_frontpage.c) X.else X @${APXS} -c -Wc,-DFREEBSD ${WRKDIR}/${FPDIR}/apache2/mod_frontpage.c \ X ${WRKDIR}/${FPDIR}/apache2/mod_fpcgid.c X.endif X Xdo-install: X.ifdef USE_APACHE13 X @${APXS} -i -a -n frontpage ${WRKDIR}/${FPDIR}/apache-fp/mod_frontpage.so X.else X @${APXS} -i -a -n frontpage ${WRKDIR}/${FPDIR}/apache2/mod_frontpage.la X.endif X @${ECHO_MSG} "===> Untaring FrontPage Extensions to ${PREFIX}" X @(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS}) X @${INSTALL_SCRIPT} ${WRKDIR}/${FP_INSTALL} ${PREFIX}/${FP_INSTALL} X @${INSTALL_SCRIPT} ${WRKDIR}/${FP_SETPERM} ${PREFIX}/${FP_SETPERM} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKDIR}/${FP_README} ${DOCSDIR} X @${INSTALL_DATA} ${PREFIX}/${FP_README2} ${DOCSDIR} X @${INSTALL_DATA} ${PREFIX}/${FP_LICENSE} ${DOCSDIR} X.endif X @${RM} ${PREFIX}/${FPDIR}/apache-fp/httpd \ X ${PREFIX}/${FP_README} ${PREFIX}/${FP_README2} \ X ${PREFIX}/${FP_LICENSE} X Xpost-install: X.if (${PREFIX} != "/usr/local") X @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' X.else X @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ X | ${GREP} -v "ln" X.endif X X.include END-of-./mod_frontpage2/Makefile echo x - ./mod_frontpage2/distinfo sed 's/^X//' >./mod_frontpage2/distinfo << 'END-of-./mod_frontpage2/distinfo' XMD5 (fp50beta/fp50.freebsd.tar.gz) = 502f2a40ccab6c0bb76bd4bee5b7fd6a XMD5 (fp50beta/fp50.freebsd.tar.gz) = 502f2a40ccab6c0bb76bd4bee5b7fd6a END-of-./mod_frontpage2/distinfo echo x - ./mod_frontpage2/pkg-comment sed 's/^X//' >./mod_frontpage2/pkg-comment << 'END-of-./mod_frontpage2/pkg-comment' XMicrosoft mod_frontpage (by RTR) for Apache 2.x XMicrosoft mod_frontpage (by RTR) for Apache 2.x END-of-./mod_frontpage2/pkg-comment echo x - ./mod_frontpage2/pkg-descr sed 's/^X//' >./mod_frontpage2/pkg-descr << 'END-of-./mod_frontpage2/pkg-descr' X XWhat is it? X----------- XThe Microsoft Frontpage module allows web administrators and authors to Xremotely manage, create, modify, or delete web pages on the Apache server Xusing the Microsoft FrontPage Extentions. X XDocumentation X------------- X XAll the documentation is on-line at these URL's: X X FrontPage - http://www.microsoft.com/frontpage X - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/ows000.asp X - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/owse01.asp X - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/owse02.asp X XWWW: http://www.rtr.com X XWhat is it? X----------- XThe Microsoft Frontpage module allows web administrators and authors to Xremotely manage, create, modify, or delete web pages on the Apache server Xusing the Microsoft FrontPage Extentions. X XDocumentation X------------- X XAll the documentation is on-line at these URL's: X X FrontPage - http://www.microsoft.com/frontpage X - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/ows000.asp X - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/owse01.asp X - http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/owse02.asp X XWWW: http://www.rtr.com END-of-./mod_frontpage2/pkg-descr echo x - ./mod_frontpage2/pkg-message sed 's/^X//' >./mod_frontpage2/pkg-message << 'END-of-./mod_frontpage2/pkg-message' X************************************************************************ X X1.) X XYou'll need to change AllowOverride under X ( or the place where you Xmoved your webservers ) from None to at least: X XAllowOverride AuthConfig Limit Indexes Options X XDon't use "AllowOverride All" if you have a server environment Xwith customers, since this can be a security risk If you use Xthis, they can enable mod_php4 etc. themself with .htaccess files. X X X2.) X XAfter you have made these changes, you'll have to execute: X X%%PREFIX%%/frontpage/version5.0/fp_install.sh to build the base Xapache/frontpage web site and to setup frontpage users and admins. XYou can also run this to add virtual hosts to the apache/frontpage Xsystem. X X X3.) X XIf you have installed the port in another PREFIX than "/usr/local" Xyou have to create a symlink. Microsoft has hardcoded the local Xpath in their binarys. If you do not use fp_install.sh, you have Xto create the link manually: X Xln -s %%PREFIX%%/frontpage /usr/local/frontpage X X X4.) X XWhen using owsadm.exe, you need to specify the server type in the Xcommand. X X owsadm.exe -t apache-2.0 ... X X************************************************************************ X************************************************************************ X X1.) X XYou'll need to change AllowOverride under X ( or the place where you Xmoved your webservers ) from None to at least: X XAllowOverride AuthConfig Limit Indexes Options X XDon't use "AllowOverride All" if you have a server environment Xwith customers, since this can be a security risk If you use Xthis, they can enable mod_php4 etc. themself with .htaccess files. X X X2.) X XAfter you have made these changes, you'll have to execute: X X%%PREFIX%%/frontpage/version5.0/fp_install.sh to build the base Xapache/frontpage web site and to setup frontpage users and admins. XYou can also run this to add virtual hosts to the apache/frontpage Xsystem. X X X3.) X XIf you have installed the port in another PREFIX than "/usr/local" Xyou have to create a symlink. Microsoft has hardcoded the local Xpath in their binarys. If you do not use fp_install.sh, you have Xto create the link manually: X Xln -s %%PREFIX%%/frontpage /usr/local/frontpage X X X4.) X XWhen using owsadm.exe, you need to specify the server type in the Xcommand. X X owsadm.exe -t apache-2.0 ... X X************************************************************************ END-of-./mod_frontpage2/pkg-message echo x - ./mod_frontpage2/pkg-plist sed 's/^X//' >./mod_frontpage2/pkg-plist << 'END-of-./mod_frontpage2/pkg-plist' X@exec %D/sbin/apxs -e -a -n frontpage %D/libexec/%%APACHE%%/mod_frontpage.so X@unexec %D/sbin/apxs -e -A -n frontpage %D/libexec/%%APACHE%%/mod_frontpage.so Xlibexec/%%APACHE%%/mod_frontpage.so Xfrontpage/version%%FP_VER%%/admin/1033/addacct.htm Xfrontpage/version%%FP_VER%%/admin/1033/addrole.htm Xfrontpage/version%%FP_VER%%/admin/1033/adduser.htm Xfrontpage/version%%FP_VER%%/admin/1033/anonusr.htm Xfrontpage/version%%FP_VER%%/admin/1033/copyrole.htm Xfrontpage/version%%FP_VER%%/admin/1033/delsbweb.htm Xfrontpage/version%%FP_VER%%/admin/1033/disable.htm Xfrontpage/version%%FP_VER%%/admin/1033/editrole.htm Xfrontpage/version%%FP_VER%%/admin/1033/edituser.htm Xfrontpage/version%%FP_VER%%/admin/1033/fpadmin.htm Xfrontpage/version%%FP_VER%%/admin/1033/genset.htm Xfrontpage/version%%FP_VER%%/admin/1033/health.htm Xfrontpage/version%%FP_VER%%/admin/1033/healthrp.htm Xfrontpage/version%%FP_VER%%/admin/1033/invite.htm Xfrontpage/version%%FP_VER%%/admin/1033/invite2.htm Xfrontpage/version%%FP_VER%%/admin/1033/invite3.htm Xfrontpage/version%%FP_VER%%/admin/1033/invite4.htm Xfrontpage/version%%FP_VER%%/admin/1033/mergeweb.htm Xfrontpage/version%%FP_VER%%/admin/1033/newsbweb.htm Xfrontpage/version%%FP_VER%%/admin/1033/newsrvr.htm Xfrontpage/version%%FP_VER%%/admin/1033/opengl.htm Xfrontpage/version%%FP_VER%%/admin/1033/openweb.htm Xfrontpage/version%%FP_VER%%/admin/1033/passwd.htm Xfrontpage/version%%FP_VER%%/admin/1033/password.htm Xfrontpage/version%%FP_VER%%/admin/1033/perms.htm Xfrontpage/version%%FP_VER%%/admin/1033/policies.htm Xfrontpage/version%%FP_VER%%/admin/1033/pwdmgr.htm Xfrontpage/version%%FP_VER%%/admin/1033/recalc.htm Xfrontpage/version%%FP_VER%%/admin/1033/role.htm Xfrontpage/version%%FP_VER%%/admin/1033/security.htm Xfrontpage/version%%FP_VER%%/admin/1033/uninstal.htm Xfrontpage/version%%FP_VER%%/admin/1033/usage.htm Xfrontpage/version%%FP_VER%%/admin/1033/user.htm Xfrontpage/version%%FP_VER%%/admin/1033/vadmin.htm Xfrontpage/version%%FP_VER%%/admin/1033/verctrl.htm Xfrontpage/version%%FP_VER%%/admin/1033/webadmin.css Xfrontpage/version%%FP_VER%%/admin/1033/webadmin.htm Xfrontpage/version%%FP_VER%%/admin/1033/weblist.htm Xfrontpage/version%%FP_VER%%/apache-fp/_vti_bin/fpexe Xfrontpage/version%%FP_VER%%/apache-fp/mod_frontpage.c Xfrontpage/version%%FP_VER%%/apache-fp/fpexe.c X@unexec if [ -f %B/suidkey ] ; then rm -f %B/suidkey* ; fi Xfrontpage/version%%FP_VER%%/apache2/mod_fpcgid.c Xfrontpage/version%%FP_VER%%/apache2/mod_fpcgid.h Xfrontpage/version%%FP_VER%%/apache2/mod_frontpage.c Xfrontpage/version%%FP_VER%%/apache2/mod_frontpage.h Xfrontpage/version%%FP_VER%%/apache2/mod_suexec.h Xfrontpage/version%%FP_VER%%/bin/_vti_inf.htm Xfrontpage/version%%FP_VER%%/bin/owsadm.exe Xfrontpage/version%%FP_VER%%/bin/postinfo.htm Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/admin.exe Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/fpadmcgi.exe Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/blank.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/bluedot.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/delete.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/discuss.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/gears_an.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/health.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/navlink.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/newuser.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/offlogo.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/rect.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/settings.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/sortdown.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/sortup.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/subwebs.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/usage.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/users.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/warn_lg.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/web.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/webdisc.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_aut/author.exe Xfrontpage/version%%FP_VER%%/exes/_vti_bin/fpcount.exe Xfrontpage/version%%FP_VER%%/exes/_vti_bin/shtml.exe Xfrontpage/version%%FP_VER%%/fp_install.sh Xfrontpage/version%%FP_VER%%/frontpage.cnf X@unexec if [ -f %B/%f.orig ] ; then rm -f %B/%f.orig ; fi Xfrontpage/version%%FP_VER%%/help/1033/1p.gif Xfrontpage/version%%FP_VER%%/help/1033/ExpColla.js Xfrontpage/version%%FP_VER%%/help/1033/ExpndAll.gif Xfrontpage/version%%FP_VER%%/help/1033/back.gif Xfrontpage/version%%FP_VER%%/help/1033/bg_Help.gif Xfrontpage/version%%FP_VER%%/help/1033/bg_help.gif Xfrontpage/version%%FP_VER%%/help/1033/bga_Help.gif Xfrontpage/version%%FP_VER%%/help/1033/bluedrop.gif Xfrontpage/version%%FP_VER%%/help/1033/blueup.gif Xfrontpage/version%%FP_VER%%/help/1033/bullet.gif Xfrontpage/version%%FP_VER%%/help/1033/collpstr.GIF Xfrontpage/version%%FP_VER%%/help/1033/collpstr.gif Xfrontpage/version%%FP_VER%%/help/1033/desg01.gif Xfrontpage/version%%FP_VER%%/help/1033/desg02.gif Xfrontpage/version%%FP_VER%%/help/1033/desg03.gif Xfrontpage/version%%FP_VER%%/help/1033/desg04.gif Xfrontpage/version%%FP_VER%%/help/1033/desg05.gif Xfrontpage/version%%FP_VER%%/help/1033/desg06.gif Xfrontpage/version%%FP_VER%%/help/1033/desg07.gif Xfrontpage/version%%FP_VER%%/help/1033/desg08.gif Xfrontpage/version%%FP_VER%%/help/1033/desg09.gif Xfrontpage/version%%FP_VER%%/help/1033/desg10.gif Xfrontpage/version%%FP_VER%%/help/1033/desg11.gif Xfrontpage/version%%FP_VER%%/help/1033/desg12.gif Xfrontpage/version%%FP_VER%%/help/1033/desg13.gif Xfrontpage/version%%FP_VER%%/help/1033/desg14.gif Xfrontpage/version%%FP_VER%%/help/1033/desg15.gif Xfrontpage/version%%FP_VER%%/help/1033/expndtri.gif Xfrontpage/version%%FP_VER%%/help/1033/fpaGloss.htm Xfrontpage/version%%FP_VER%%/help/1033/fpaHome.htm Xfrontpage/version%%FP_VER%%/help/1033/fpaIndex.htm Xfrontpage/version%%FP_VER%%/help/1033/fpaTOC.htm Xfrontpage/version%%FP_VER%%/help/1033/fpahow.htm Xfrontpage/version%%FP_VER%%/help/1033/fpatTrbl.htm Xfrontpage/version%%FP_VER%%/help/1033/home.gif Xfrontpage/version%%FP_VER%%/help/1033/minus.gif Xfrontpage/version%%FP_VER%%/help/1033/ms_logo.gif Xfrontpage/version%%FP_VER%%/help/1033/next.gif Xfrontpage/version%%FP_VER%%/help/1033/office10.css Xfrontpage/version%%FP_VER%%/help/1033/ows.css Xfrontpage/version%%FP_VER%%/help/1033/owsns.css Xfrontpage/version%%FP_VER%%/help/1033/plus.gif Xfrontpage/version%%FP_VER%%/help/1033/spacer.gif Xfrontpage/version%%FP_VER%%/help/1033/strtpage.css Xfrontpage/version%%FP_VER%%/help/1033/wsaAces2.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaAcess.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaKeybd.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaTOC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaart1.gif Xfrontpage/version%%FP_VER%%/help/1033/wsaart2.gif Xfrontpage/version%%FP_VER%%/help/1033/wsacCmd.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacHeal.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacRole.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacSubw.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacUsag.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacWeb.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr0.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr1.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr2.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr3.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr4.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr5.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr6.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr7.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr8.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr9.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapAnon.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapHeal.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapHelC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapHelM.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRolC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRolG.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRolM.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRolU.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRole.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubD.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubM.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubR.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubs.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubw.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsag.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUser.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsgM.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsgT.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsrD.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsrE.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsrN.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsrV.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaphelp.htm Xfrontpage/version%%FP_VER%%/help/1033/wsasearc.htm Xfrontpage/version%%FP_VER%%/help/1033/wscopyrt.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgGloss.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgHome.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgIndex.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgTOC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgTroub.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcData.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcOver.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcPol.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcRigh.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcRole.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcSec.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcSite.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcWeb.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcWebs.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcgens.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr1.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr2.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr3.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr4.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr5.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr6.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr7.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr8.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr9.htm Xfrontpage/version%%FP_VER%%/help/1033/wsghow.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgindex.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpAuth.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpAuto.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpBkup.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpCnfg.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpCrea.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpData.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpDef.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpDel.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpDisc.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpExtd.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpHlth.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpLim.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpMrg.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpPass.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpPerf.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpRest.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpRigh.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpSMTP.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpScrp.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpSec.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpSet.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpSub.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpUnin.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpUpgd.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpUsag.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrAcc.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrAcc2.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrKey.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrRigh.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrRole.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgsearc.htm Xfrontpage/version%%FP_VER%%/help/1033/wsphelp.htm Xfrontpage/version%%FP_VER%%/nls/cp_1250.nls Xfrontpage/version%%FP_VER%%/nls/cp_1251.nls Xfrontpage/version%%FP_VER%%/nls/cp_1252.nls Xfrontpage/version%%FP_VER%%/nls/cp_1253.nls Xfrontpage/version%%FP_VER%%/nls/cp_1254.nls Xfrontpage/version%%FP_VER%%/nls/cp_1255.nls Xfrontpage/version%%FP_VER%%/nls/cp_1256.nls Xfrontpage/version%%FP_VER%%/nls/cp_1257.nls Xfrontpage/version%%FP_VER%%/nls/cp_1258.nls Xfrontpage/version%%FP_VER%%/nls/cp_28592.nls Xfrontpage/version%%FP_VER%%/nls/cp_28605.nls Xfrontpage/version%%FP_VER%%/nls/cp_437.nls Xfrontpage/version%%FP_VER%%/nls/cp_850.nls Xfrontpage/version%%FP_VER%%/nls/cp_874.nls Xfrontpage/version%%FP_VER%%/nls/cp_932.nls Xfrontpage/version%%FP_VER%%/nls/cp_936.nls Xfrontpage/version%%FP_VER%%/nls/cp_949.nls Xfrontpage/version%%FP_VER%%/nls/cp_950.nls Xfrontpage/version%%FP_VER%%/set_default_perms.sh X@unexec if [ -f %B/upgrade_results.txt ] ; then rm -f %B/upgrade_results.txt ; fi X@unexec if [ -f %B/fp_chown.sh ] ; then rm -f %B/fp_chown.sh ; fi X@dirrm frontpage/version%%FP_VER%%/nls X@dirrm frontpage/version%%FP_VER%%/help/1033 X@dirrm frontpage/version%%FP_VER%%/help X@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_aut X@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images X@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm X@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin X@dirrm frontpage/version%%FP_VER%%/exes X@dirrm frontpage/version%%FP_VER%%/bin X@dirrm frontpage/version%%FP_VER%%/apache-fp/_vti_bin X@dirrm frontpage/version%%FP_VER%%/apache-fp X@dirrm frontpage/version%%FP_VER%%/apache2 X@dirrm frontpage/version%%FP_VER%%/admin/1033 X@dirrm frontpage/version%%FP_VER%%/admin X@dirrm frontpage/version%%FP_VER%% X@dirrm frontpage X%%PORTDOCS%%%%DOCSDIR%%/readme.htm X%%PORTDOCS%%%%DOCSDIR%%/readme_apache2.txt X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@exec %D/sbin/apxs -e -a -n frontpage %D/libexec/%%APACHE%%/mod_frontpage.so X@unexec %D/sbin/apxs -e -A -n frontpage %D/libexec/%%APACHE%%/mod_frontpage.so Xlibexec/%%APACHE%%/mod_frontpage.so Xfrontpage/version%%FP_VER%%/admin/1033/addacct.htm Xfrontpage/version%%FP_VER%%/admin/1033/addrole.htm Xfrontpage/version%%FP_VER%%/admin/1033/adduser.htm Xfrontpage/version%%FP_VER%%/admin/1033/anonusr.htm Xfrontpage/version%%FP_VER%%/admin/1033/copyrole.htm Xfrontpage/version%%FP_VER%%/admin/1033/delsbweb.htm Xfrontpage/version%%FP_VER%%/admin/1033/disable.htm Xfrontpage/version%%FP_VER%%/admin/1033/editrole.htm Xfrontpage/version%%FP_VER%%/admin/1033/edituser.htm Xfrontpage/version%%FP_VER%%/admin/1033/fpadmin.htm Xfrontpage/version%%FP_VER%%/admin/1033/genset.htm Xfrontpage/version%%FP_VER%%/admin/1033/health.htm Xfrontpage/version%%FP_VER%%/admin/1033/healthrp.htm Xfrontpage/version%%FP_VER%%/admin/1033/invite.htm Xfrontpage/version%%FP_VER%%/admin/1033/invite2.htm Xfrontpage/version%%FP_VER%%/admin/1033/invite3.htm Xfrontpage/version%%FP_VER%%/admin/1033/invite4.htm Xfrontpage/version%%FP_VER%%/admin/1033/mergeweb.htm Xfrontpage/version%%FP_VER%%/admin/1033/newsbweb.htm Xfrontpage/version%%FP_VER%%/admin/1033/newsrvr.htm Xfrontpage/version%%FP_VER%%/admin/1033/opengl.htm Xfrontpage/version%%FP_VER%%/admin/1033/openweb.htm Xfrontpage/version%%FP_VER%%/admin/1033/passwd.htm Xfrontpage/version%%FP_VER%%/admin/1033/password.htm Xfrontpage/version%%FP_VER%%/admin/1033/perms.htm Xfrontpage/version%%FP_VER%%/admin/1033/policies.htm Xfrontpage/version%%FP_VER%%/admin/1033/pwdmgr.htm Xfrontpage/version%%FP_VER%%/admin/1033/recalc.htm Xfrontpage/version%%FP_VER%%/admin/1033/role.htm Xfrontpage/version%%FP_VER%%/admin/1033/security.htm Xfrontpage/version%%FP_VER%%/admin/1033/uninstal.htm Xfrontpage/version%%FP_VER%%/admin/1033/usage.htm Xfrontpage/version%%FP_VER%%/admin/1033/user.htm Xfrontpage/version%%FP_VER%%/admin/1033/vadmin.htm Xfrontpage/version%%FP_VER%%/admin/1033/verctrl.htm Xfrontpage/version%%FP_VER%%/admin/1033/webadmin.css Xfrontpage/version%%FP_VER%%/admin/1033/webadmin.htm Xfrontpage/version%%FP_VER%%/admin/1033/weblist.htm Xfrontpage/version%%FP_VER%%/apache-fp/_vti_bin/fpexe Xfrontpage/version%%FP_VER%%/apache-fp/mod_frontpage.c Xfrontpage/version%%FP_VER%%/apache-fp/fpexe.c X@unexec if [ -f %B/suidkey ] ; then rm -f %B/suidkey* ; fi Xfrontpage/version%%FP_VER%%/apache2/mod_fpcgid.c Xfrontpage/version%%FP_VER%%/apache2/mod_fpcgid.h Xfrontpage/version%%FP_VER%%/apache2/mod_frontpage.c Xfrontpage/version%%FP_VER%%/apache2/mod_frontpage.h Xfrontpage/version%%FP_VER%%/apache2/mod_suexec.h Xfrontpage/version%%FP_VER%%/bin/_vti_inf.htm Xfrontpage/version%%FP_VER%%/bin/owsadm.exe Xfrontpage/version%%FP_VER%%/bin/postinfo.htm Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/admin.exe Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/fpadmcgi.exe Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/blank.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/bluedot.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/delete.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/discuss.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/gears_an.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/health.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/navlink.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/newuser.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/offlogo.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/rect.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/settings.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/sortdown.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/sortup.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/subwebs.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/usage.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/users.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/warn_lg.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/web.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images/webdisc.gif Xfrontpage/version%%FP_VER%%/exes/_vti_bin/_vti_aut/author.exe Xfrontpage/version%%FP_VER%%/exes/_vti_bin/fpcount.exe Xfrontpage/version%%FP_VER%%/exes/_vti_bin/shtml.exe Xfrontpage/version%%FP_VER%%/fp_install.sh Xfrontpage/version%%FP_VER%%/frontpage.cnf X@unexec if [ -f %B/%f.orig ] ; then rm -f %B/%f.orig ; fi Xfrontpage/version%%FP_VER%%/help/1033/1p.gif Xfrontpage/version%%FP_VER%%/help/1033/ExpColla.js Xfrontpage/version%%FP_VER%%/help/1033/ExpndAll.gif Xfrontpage/version%%FP_VER%%/help/1033/back.gif Xfrontpage/version%%FP_VER%%/help/1033/bg_Help.gif Xfrontpage/version%%FP_VER%%/help/1033/bg_help.gif Xfrontpage/version%%FP_VER%%/help/1033/bga_Help.gif Xfrontpage/version%%FP_VER%%/help/1033/bluedrop.gif Xfrontpage/version%%FP_VER%%/help/1033/blueup.gif Xfrontpage/version%%FP_VER%%/help/1033/bullet.gif Xfrontpage/version%%FP_VER%%/help/1033/collpstr.GIF Xfrontpage/version%%FP_VER%%/help/1033/collpstr.gif Xfrontpage/version%%FP_VER%%/help/1033/desg01.gif Xfrontpage/version%%FP_VER%%/help/1033/desg02.gif Xfrontpage/version%%FP_VER%%/help/1033/desg03.gif Xfrontpage/version%%FP_VER%%/help/1033/desg04.gif Xfrontpage/version%%FP_VER%%/help/1033/desg05.gif Xfrontpage/version%%FP_VER%%/help/1033/desg06.gif Xfrontpage/version%%FP_VER%%/help/1033/desg07.gif Xfrontpage/version%%FP_VER%%/help/1033/desg08.gif Xfrontpage/version%%FP_VER%%/help/1033/desg09.gif Xfrontpage/version%%FP_VER%%/help/1033/desg10.gif Xfrontpage/version%%FP_VER%%/help/1033/desg11.gif Xfrontpage/version%%FP_VER%%/help/1033/desg12.gif Xfrontpage/version%%FP_VER%%/help/1033/desg13.gif Xfrontpage/version%%FP_VER%%/help/1033/desg14.gif Xfrontpage/version%%FP_VER%%/help/1033/desg15.gif Xfrontpage/version%%FP_VER%%/help/1033/expndtri.gif Xfrontpage/version%%FP_VER%%/help/1033/fpaGloss.htm Xfrontpage/version%%FP_VER%%/help/1033/fpaHome.htm Xfrontpage/version%%FP_VER%%/help/1033/fpaIndex.htm Xfrontpage/version%%FP_VER%%/help/1033/fpaTOC.htm Xfrontpage/version%%FP_VER%%/help/1033/fpahow.htm Xfrontpage/version%%FP_VER%%/help/1033/fpatTrbl.htm Xfrontpage/version%%FP_VER%%/help/1033/home.gif Xfrontpage/version%%FP_VER%%/help/1033/minus.gif Xfrontpage/version%%FP_VER%%/help/1033/ms_logo.gif Xfrontpage/version%%FP_VER%%/help/1033/next.gif Xfrontpage/version%%FP_VER%%/help/1033/office10.css Xfrontpage/version%%FP_VER%%/help/1033/ows.css Xfrontpage/version%%FP_VER%%/help/1033/owsns.css Xfrontpage/version%%FP_VER%%/help/1033/plus.gif Xfrontpage/version%%FP_VER%%/help/1033/spacer.gif Xfrontpage/version%%FP_VER%%/help/1033/strtpage.css Xfrontpage/version%%FP_VER%%/help/1033/wsaAces2.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaAcess.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaKeybd.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaTOC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaart1.gif Xfrontpage/version%%FP_VER%%/help/1033/wsaart2.gif Xfrontpage/version%%FP_VER%%/help/1033/wsacCmd.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacHeal.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacRole.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacSubw.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacUsag.htm Xfrontpage/version%%FP_VER%%/help/1033/wsacWeb.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr0.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr1.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr2.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr3.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr4.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr5.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr6.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr7.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr8.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaextr9.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapAnon.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapHeal.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapHelC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapHelM.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRolC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRolG.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRolM.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRolU.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapRole.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubD.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubM.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubR.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubs.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapSubw.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsag.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUser.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsgM.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsgT.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsrD.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsrE.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsrN.htm Xfrontpage/version%%FP_VER%%/help/1033/wsapUsrV.htm Xfrontpage/version%%FP_VER%%/help/1033/wsaphelp.htm Xfrontpage/version%%FP_VER%%/help/1033/wsasearc.htm Xfrontpage/version%%FP_VER%%/help/1033/wscopyrt.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgGloss.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgHome.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgIndex.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgTOC.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgTroub.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcData.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcOver.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcPol.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcRigh.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcRole.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcSec.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcSite.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcWeb.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcWebs.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgcgens.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr1.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr2.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr3.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr4.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr5.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr6.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr7.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr8.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgextr9.htm Xfrontpage/version%%FP_VER%%/help/1033/wsghow.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgindex.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpAuth.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpAuto.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpBkup.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpCnfg.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpCrea.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpData.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpDef.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpDel.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpDisc.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpExtd.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpHlth.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpLim.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpMrg.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpPass.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpPerf.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpRest.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpRigh.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpSMTP.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpScrp.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpSec.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpSet.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpSub.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpUnin.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpUpgd.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgpUsag.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrAcc.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrAcc2.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrKey.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrRigh.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgrRole.htm Xfrontpage/version%%FP_VER%%/help/1033/wsgsearc.htm Xfrontpage/version%%FP_VER%%/help/1033/wsphelp.htm Xfrontpage/version%%FP_VER%%/nls/cp_1250.nls Xfrontpage/version%%FP_VER%%/nls/cp_1251.nls Xfrontpage/version%%FP_VER%%/nls/cp_1252.nls Xfrontpage/version%%FP_VER%%/nls/cp_1253.nls Xfrontpage/version%%FP_VER%%/nls/cp_1254.nls Xfrontpage/version%%FP_VER%%/nls/cp_1255.nls Xfrontpage/version%%FP_VER%%/nls/cp_1256.nls Xfrontpage/version%%FP_VER%%/nls/cp_1257.nls Xfrontpage/version%%FP_VER%%/nls/cp_1258.nls Xfrontpage/version%%FP_VER%%/nls/cp_28592.nls Xfrontpage/version%%FP_VER%%/nls/cp_28605.nls Xfrontpage/version%%FP_VER%%/nls/cp_437.nls Xfrontpage/version%%FP_VER%%/nls/cp_850.nls Xfrontpage/version%%FP_VER%%/nls/cp_874.nls Xfrontpage/version%%FP_VER%%/nls/cp_932.nls Xfrontpage/version%%FP_VER%%/nls/cp_936.nls Xfrontpage/version%%FP_VER%%/nls/cp_949.nls Xfrontpage/version%%FP_VER%%/nls/cp_950.nls Xfrontpage/version%%FP_VER%%/set_default_perms.sh X@unexec if [ -f %B/upgrade_results.txt ] ; then rm -f %B/upgrade_results.txt ; fi X@unexec if [ -f %B/fp_chown.sh ] ; then rm -f %B/fp_chown.sh ; fi X@dirrm frontpage/version%%FP_VER%%/nls X@dirrm frontpage/version%%FP_VER%%/help/1033 X@dirrm frontpage/version%%FP_VER%%/help X@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_aut X@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm/images X@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin/_vti_adm X@dirrm frontpage/version%%FP_VER%%/exes/_vti_bin X@dirrm frontpage/version%%FP_VER%%/exes X@dirrm frontpage/version%%FP_VER%%/bin X@dirrm frontpage/version%%FP_VER%%/apache-fp/_vti_bin X@dirrm frontpage/version%%FP_VER%%/apache-fp X@dirrm frontpage/version%%FP_VER%%/apache2 X@dirrm frontpage/version%%FP_VER%%/admin/1033 X@dirrm frontpage/version%%FP_VER%%/admin X@dirrm frontpage/version%%FP_VER%% X@dirrm frontpage X%%PORTDOCS%%%%DOCSDIR%%/readme.htm X%%PORTDOCS%%%%DOCSDIR%%/readme_apache2.txt X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-./mod_frontpage2/pkg-plist echo c - ./mod_frontpage2/files mkdir -p ./mod_frontpage2/files > /dev/null 2>&1 echo x - ./mod_frontpage2/files/patch-fp_install.sh sed 's/^X//' >./mod_frontpage2/files/patch-fp_install.sh << 'END-of-./mod_frontpage2/files/patch-fp_install.sh' Xdiff -ruN frontpage.orig/version5.0/fp_install.sh frontpage/version5.0/fp_install.sh X--- frontpage.orig/version5.0/fp_install.sh Thu Jan 9 12:19:35 2003 X+++ frontpage/version5.0/fp_install.sh Tue Feb 4 18:31:20 2003 X@@ -12,7 +12,7 @@ X main() { X initialize X step1 # setup environment X- step2 # untar X+# step2 # untar X $FPDIR/set_default_perms.sh # Run the external permissions script. X step3 # upgrade/install X X@@ -140,11 +140,16 @@ X VERSION="5.0" X OLDPATH=$PATH X PATH=".:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb:/etc:/usr/bsd" X- INSTALLDIRDEFAULT="/usr/local/frontpage" X- NEWHTTPDNEW="/usr/local/frontpage/version${VERSION}/apache-fp/httpd" X+ APXS="PREFIX/sbin/apxs" X+ AP_TARGET=`${APXS} -q TARGET` X+ AP_CONFDIR=`${APXS} -q SYSCONFDIR` X+ AP_LIBEXEC=`${APXS} -q LIBEXECDIR` X+ INSTALLDIRDEFAULT="PREFIX/frontpage" X+ NEWHTTPDNEW="PREFIX/sbin/httpd" X NEWMODFPSO1="/usr/local/frontpage/version${VERSION}/apache-fp/mod_frontpage.c" X NEWMOFPSO2="/usr/local/frontpage/version${VERSION}/apache2/mod_frontpage.c" X- DEFAULTHTTPD="/usr/local/apache/sbin/httpd" X+ DEFAULTHTTPD="PREFIX/sbin/httpd" X+ DEFAULTCTL="PREFIX/sbin/apachectl" X FPDIR="/usr/local/frontpage/version${VERSION}" X APACHE_2_0_VERSION="2.0.40" X X@@ -403,30 +408,10 @@ X { X retval=0 X X- cat <./mod_frontpage2/files/patch-readme.htm << 'END-of-./mod_frontpage2/files/patch-readme.htm' Xdiff -ruN frontpage.orig/version5.0/readme.htm frontpage/version5.0/readme.htm X--- frontpage.orig/version5.0/readme.htm Thu Jan 9 12:19:46 2003 X+++ frontpage/version5.0/readme.htm Tue Feb 4 18:47:42 2003 X@@ -75,9 +75,9 @@ X /dev/null 
AccessConfig /dev/null X

If you have some settings stored in secondary configuration files, move them X-to http.conf. You must stop and restart the web server for your changes to http.conf to X+to httpd.conf. You must stop and restart the web server for your changes to httpd.conf to X take effect.

X-

Note: To successfully install the FrontPage Server Extensions, you must set the AllowOveride value to "All" in the http.conf file.

X+

Note: To successfully install the FrontPage Server Extensions, you must set the AllowOveride value to "All" in the httpd.conf file.

X

Top X of Section

X@@ -105,8 +105,7 @@ X

To allow FrontPage authors to upload executables, set the X NoExecutableCgiUpload configuration variable to zero (0). For information about X FrontPage Server Extensions configuration variables, see the SharePoint Team X-Services Administrator's Guide at X-http://www.microsoft.com/technet/sharepoint.

X+Services Administrator's Guide.

X

Top X of Section

X@@ -125,8 +124,7 @@ X of Page

X

SharePoint Team Services Administrator's Guide

X

Documentation of the FrontPage Server Extensions 2002 is included in the X-SharePoint Team Services Administrator's Guide, at X-http://www.microsoft.com/technet/sharepoint. This includes detailed information X+SharePoint Team Services Administrator's Guide. This includes detailed information X about installing and administering the FrontPage Server Extensions along with an X overview of the Server Extensions, a detailed discussion of server extensions X security on UNIX and Windows, troubleshooting information, and a full set of X@@ -142,7 +140,7 @@ X can also customize the site to control your search using either keywords or the X site's natural language search engine, which uses normal, everyday language for X answering inquiries, so you can write your question in your own words. To begin, X-go to http://support.microsoft.com/support/.

X+go to Microsoft Support.

X

Top X of Section

END-of-./mod_frontpage2/files/patch-readme.htm echo x - ./mod_frontpage2/files/patch-set_default_perms.sh sed 's/^X//' >./mod_frontpage2/files/patch-set_default_perms.sh << 'END-of-./mod_frontpage2/files/patch-set_default_perms.sh' Xdiff -ruN frontpage.orig/version5.0/set_default_perms.sh frontpage/version5.0/set_default_perms.sh X--- frontpage.orig/version5.0/set_default_perms.sh Thu Jan 9 12:19:35 2003 X+++ frontpage/version5.0/set_default_perms.sh Tue Feb 4 18:38:21 2003 X@@ -36,10 +36,9 @@ X chown bin $FPDIR/frontpage.cnf || die chown frontpage.cnf X chgrp bin $FPDIR/frontpage.cnf || die chgrp frontpage.cnf X chmod 664 $FPDIR/frontpage.cnf || die chmod frontpage.cnf X-chown bin $FPDIR/*.sh $FPDIR/*.TXT $FPDIR/*.htm || die chown top level files X-chgrp bin $FPDIR/*.sh $FPDIR/*.TXT $FPDIR/*.htm || die chgrp top level files X-chmod 555 $FPDIR/*.sh || die chmod top level files X-chmod 444 $FPDIR/*.TXT $FPDIR/*.htm || die chmod top level files X+chown bin $FPDIR/*.sh || die chown top level files X+chgrp bin $FPDIR/*.sh || die chgrp top level files X+chmod 555 $FPDIR/*.sh || die chmod top level files X X # Handle all of the non apache-fp directory trees X for dir in bin nls admin exes help ; do X@@ -79,9 +78,6 @@ X X # The apache-fp fpexe stub needs to be suid root X chmod 4755 $FPDIR/apache-fp/_vti_bin/fpexe || die set fpexe to be suid X- X-# Set httpd X-chmod 555 $FPDIR/apache-fp/httpd || die make httpd executable X X # The apache-fp directory should not be writable to protect the stub program. X chmod 555 $FPDIR/apache-fp/_vti_bin || die restrict the apache-fp directory END-of-./mod_frontpage2/files/patch-set_default_perms.sh exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message