Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 11:20:06 -0800 (PST)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47944: NEW PORT: mod_frontpage{13,20}
Message-ID:  <200302111920.h1BJK62o065397@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47944; it has been noted by GNATS.

From: "Scot W. Hetzel" <hetzels@westbend.net>
To: FreeBSD-gnats-submit <FreeBSD-gnats-submit@FreeBSD.org>
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<Directory "%%PREFIX%%/www/data">
 X:
 XAllowOverride AuthConfig Limit Indexes Options
 X:
 X</Directory>
 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<Directory "%%PREFIX%%/www/data">
 X:
 XAllowOverride AuthConfig Limit Indexes Options
 X:
 X</Directory>
 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 <bsd.port.pre.mk>
 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 <bsd.port.post.mk>
 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 <bsd.port.pre.mk>
 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 <bsd.port.post.mk>
 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<Directory "%%PREFIX%%/www/data"> ( 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<Directory "%%PREFIX%%/www/data"> ( 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 <<EOF
 X-
 X-Where would you like to install the FrontPage Server Extensions.  If
 X-you select a location other than /usr/local/frontpage/ then a symbolic
 X-link will be created from /usr/local/frontpage/ to the location that
 X-is chosen.
 X-
 X-EOF
 X-    $echo "FrontPage Server Extensions directory [/usr/local/frontpage/]:  ${nnl}"
 X-    read installdir
 X-    
 X-    if [ "$installdir" = "" ]
 X-    then
 X         installdir=$INSTALLDIRDEFAULT
 X-    fi
 X     # Normalize the name
 X     installdir=`dirname $installdir`/`basename $installdir`
 X 
 X-    if [ ! -d "$installdir" ]
 X-    then
 X-        echo "Creating $installdir" 
 X-        if mkdir "$installdir"
 X-        then
 X-            echo "Directory $installdir has been created." 
 X             if chmod "$prot" "$installdir"
 X             then
 X                 echo "Directory $installdir chmoded to $prot." 
 X@@ -434,22 +419,6 @@
 X                 echo "ERROR:  Unable to chmod $installdir to $prot." 
 X                 retval=1
 X             fi
 X-        else
 X-            echo "ERROR:  Unable to create $installdir!" 
 X-            retval=1
 X-        fi
 X-    else
 X-        echo "WARNING:  Directory $installdir already exists." 
 X-        echo "Installation will overwrite existing files." 
 X-        echo 
 X-        
 X-        myprompt 'yYnN' "Continue the installation (y/n)" "N"
 X-        echo 
 X-        if [ $answer = n ] || [ $answer = N ]
 X-        then
 X-            exit 0
 X-        fi
 X-    fi
 X     
 X     if [ "$installdir" != "/usr/local/frontpage" ]
 X     then
 X@@ -476,28 +445,37 @@
 X #
 X getapachevers()
 X {
 X-    $echo "Which version of Apache will you be using? (1.3 or 2.0) ${nnl}"
 X-    read ApacheVers
 X+    DEFAULTVERSION="AP_VER"
 X+    ApacheVers=""
 X     while [ "$ApacheVers" != "1.3" -a "$ApacheVers" != "2.0" ]
 X     do
 X-      $echo "Please enter either '1.3' or '2.0'"
 X-      $echo "Which version of Apache will you be using? (1.3 or 2.0) ${nnl}"
 X+      $echo "Which version of Apache will you be using? (1.3 or 2.0) [${DEFAULTVERSION}] ${nnl}"
 X       read ApacheVers
 X+      if [ "$ApacheVers" = "" ]
 X+      then
 X+        ApacheVers=${DEFAULTVERSION}
 X+      fi
 X+      if [ "$ApacheVers" != "1.3" -a "$ApacheVers" != "2.0" ]
 X+      then
 X+        echo "Please enter either '1.3' or '2.0'"
 X+      fi
 X     done
 X 
 X     if [ "$ApacheVers" = "1.3" ]
 X     then
 X-        promptstring="Where is the current apache daemon located: [$HttpdFile] ${nnl}"
 X+        promptstring="Where is the current apache daemon located:"
 X+        DEFAULT=${DEFAULTHTTPD}
 X     else
 X-        promptstring="Where is the current apache control file (apachectl) located: [$HttpdFile] ${nnl}"
 X+        promptstring="Where is the current apache control file (apachectl) located:"
 X+        DEFAULT=${DEFAULTCTL}
 X     fi
 X        
 X     echo
 X     HttpdFile=""
 X     while ( [ "$HttpdFile" = "" ] || [ ! -x $HttpdFile ] )
 X     do
 X-        HttpdFile=$DEFAULTHTTPD
 X-        $echo $promptstring
 X+        HttpdFile=${DEFAULT}
 X+        $echo "$promptstring [$HttpdFile] ${nnl}"
 X         read location
 X         if [ "$location" != "" ]
 X         then
 X@@ -919,16 +897,22 @@
 X                 accessconffile="${configfiledir}${file}"
 X                 ;;
 X         esac
 X+	if [ ! -f $accessconffile ]
 X+	then
 X+	    echo "ERROR:  $accessconffile does not exist! Using $configfile instead."
 X+	    accessconffile=$configfile
 X+	fi
 X     else
 X         accessconffile="${configfiledir}access.conf"
 X         if [ ! -f $accessconffile ]
 X         then
 X+	    echo "ERROR: No AccessConfig directive found, add 'AccessConfig /dev/null' to $configfile"
 X             accessconffile=$configfile
 X         fi
 X     fi
 X     if [ "$accessconffile" != "" -a "$accessconffile" != "/dev/null" -a ! -f "$accessconffile" ]
 X     then
 X-        echo "$accessconffile does not exist."
 X+        echo "ERROR: $accessconffile does not exist!"
 X         return 1
 X     fi
 X 
 X@@ -1388,11 +1372,16 @@
 X 	configfile=$rootconfigfile
 X 	return
 X     fi
 X+    defconfigfile="${AP_CONFDIR}/${AP_TARGET}.conf"
 X     configfile=""
 X     while ( [ "$configfile" = "" ] || [ ! -f $configfile ] )
 X     do
 X-        $echo "Server config filename:  ${nnl}" 
 X+        $echo "Server config filename:  [$defconfigfile] ${nnl}" 
 X         read configfile
 X+	if [ "$configfile" = "" ]
 X+        then
 X+            configfile=$defconfigfile
 X+        fi
 X     done
 X     rootconfigfile=$configfile
 X }
 X@@ -1432,26 +1421,50 @@
 X     getrootconfigfile
 X     httpdconfigfile=$configfile
 X     
 X+    defadmin="fpadmin"
 X     admin=""
 X     until [ "$admin" != "" ]
 X     do
 X-        $echo "FrontPage Administrator's user name:  ${nnl}" 
 X+        $echo "FrontPage Administrator's user name:  [$defadmin] ${nnl}" 
 X         read admin
 X+        if [ "$admin" = "" ]
 X+        then
 X+            admin=$defadmin
 X+        fi
 X     done
 X     
 X+    defport="80"
 X     getHttpRootDirective $configfile Port
 X     port=$param
 X     
 X     until [ "$port" != "" ]
 X     do
 X-        $echo "Enter the new server's port number:  ${nnl}" 
 X+        $echo "Enter the new server's port number:  [$defport] ${nnl}" 
 X         read port
 X+        if [ "$port" = "" ]
 X+        then
 X+            port=$defport
 X+        fi
 X     done
 X     weconfigfile="${installdir}/we${port}.cnf"
 X     
 X+    getHttpRootDirective $configfile DocumentRoot
 X+    docroot=$param
 X+    if [ ! -d "$docroot" ]
 X+    then
 X+        echo "ERROR: $docroot does not exist!"
 X+        return 1
 X+    fi
 X+
 X     echo 
 X     getparam User $configfile $port "Getting User from "
 X     defwebowner=$param
 X+
 X+    if [ "$defwebowner" = "" ]
 X+    then
 X+	defwebowner=`$lsg ${docroot}${service} | $awk ' { print $3}'`
 X+    fi
 X+
 X     webowner=""
 X     until [ "$webowner" != "" ]
 X     do
 X@@ -1466,6 +1479,12 @@
 X     echo 
 X     getparam Group $configfile $port "Getting Group from "
 X     defgroup=$param
 X+
 X+    if [ "$defgroup" = "" ]
 X+    then
 X+	defgroup=`$lsg ${docroot}${service} | $awk ' { print $4}'`
 X+    fi
 X+
 X     webgroup=""
 X     until [ "$webgroup" != "" ]
 X     do
 X@@ -1597,7 +1616,7 @@
 X         return $retval
 X     fi
 X     
 X-    defaultconfigfile=$configfile
 X+    defaultconfigfile="${AP_CONFDIR}/${AP_TARGET}.conf"
 X     configfile=""
 X     while ( [ "$configfile" = "" ] || [ ! -f $configfile ] )
 X     do
 X@@ -2055,12 +2074,18 @@
 X                 resconffile="${configfiledir}${file}"
 X                 ;;
 X         esac
 X+	if [ ! -f $resconffile ]
 X+        then
 X+            echo "ERROR:  $resconffile does not exist! Using $configfile instead."
 X+            resconffile=$configfile
 X+        fi
 X     elif [ $httpdmajor -eq 1 ]
 X     then
 X     # only Apache 1 requires srm.conf
 X         resconffile="${configfiledir}srm.conf"
 X         if [ ! -f $resconffile ]
 X         then
 X+	    echo "ERROR: No ResourceConfig directive found, add 'ResourceConfig /dev/null' to $configfile"
 X             resconffile=$configfile
 X         fi
 X     else
 X@@ -2187,7 +2212,7 @@
 X                                     print ARRAY[i] 
 X                                 }
 X                             }
 X-                    } "`
 X+                    } " | sed -e 's/"//g'`
 X     
 X     if [ "$param" = "" ]
 X     then
 X@@ -2253,22 +2278,22 @@
 X         # Apache 2.0
 X 	httpdmajor=2
 X         fpversionoption="apache-2.0"
 X-	installfpdso2 || 
 X-	{
 X-	    echo "ERROR: Unable to install mod_frontpage dso"
 X-	    return 1
 X-	}
 X+#	installfpdso2 ||
 X+#	{
 X+#	    echo "ERROR: Unable to install mod_frontpage dso"
 X+#	    return 1
 X+#	}
 X 	return 0
 X     elif [ $rtc -eq 4 ]
 X     then
 X 	# Apache 1.3 with mod_so
 X 	httpdmajor=1
 X 	fpversionoption="apache-fp"
 X-	installfpdso1 || 
 X-	{
 X-	    echo "ERROR: Unable to install mod_frontpage dso"
 X-	    return 1
 X-	}
 X+#	installfpdso1 || 
 X+#	{
 X+#	    echo "ERROR: Unable to install mod_frontpage dso"
 X+#	    return 1
 X+#	}
 X 	return 0
 X     elif [ $rtc -ne 0 ]
 X     then
 X@@ -2491,23 +2516,7 @@
 X 
 X getModFpVersion1() 
 X {
 X-    httpdir=`dirname $HttpdFile`
 X-    # Remove the /bin
 X-    httpdir=`dirname $httpdir`/libexec
 X-    if [ ! -d "$httpdir" ]
 X-    then
 X-	httpdir="/usr/local/apache/modules"
 X-    fi
 X-    while ( [ ! -d "$httpdir" ] )
 X-    do 
 X-	$echo "Where is the current Apache modules directory: [$httpdir] ${nnl}"
 X-	read location
 X-	if [ "$location" != "" ]
 X-	then
 X-	    httpdir=$location
 X-	fi
 X-    done
 X-    modfpso="${httpdir}/mod_frontpage.so"
 X+    modfpso="${AP_LIBEXEC}/mod_frontpage.so"
 X }
 X 
 X checkModFpSo1()
 X@@ -2735,11 +2744,11 @@
 X     echo "This version of FrontPage requires either:"
 X     echo "  Apache Version $sourceVersion"
 X     echo "or"
 X-    echo "  Apache Version APACHE_2_0_VERSION (with mod_so)"
 X+    echo "  Apache Version ${APACHE_2_0_VERSION} (with mod_so)"
 X     echo 
 X     echo "We recommend you install one of these versions, with mod_so."
 X     echo "Alternatively, we can install a prebuilt Apache $sourceVersion ."
 X-    echo "This prebuilt version does not use mod_so for FronPage, but instead"
 X+    echo "This prebuilt version does not use mod_so for FrontPage, but instead"
 X     echo "has been patched to work with FrontPage."
 X     myprompt 'yYnN' "Do you want to install this prebuilt version (y/n)" "N"
 X     if [ $answer = n ] || [ $answer = N ]
 END-of-./mod_frontpage2/files/patch-fp_install.sh
 echo x - ./mod_frontpage2/files/patch-readme.htm
 sed 's/^X//' >./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&nbsp;<BR>AccessConfig /dev/null</FONT> </BLOCKQUOTE><FONT 
 X face=Verdana>
 X <P>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.</P>
 X-<P><B>Note:</B> To successfully install the FrontPage Server Extensions, you must set the AllowOveride value to "All" in the http.conf file.</P>
 X+<P><B>Note:</B> To successfully install the FrontPage Server Extensions, you must set the AllowOveride value to "All" in the httpd.conf file.</P>
 X <P align=right><FONT size=1><A 
 X href="#relnotes">Top 
 X of Section</A></FONT></P>
 X@@ -105,8 +105,7 @@
 X <P>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.</P>;
 X+Services <A href="http://www.microsoft.com/technet/sharepoint">Administrator's Guide</A>.</P>
 X <P align=right><FONT size=1><A 
 X href="#relnotes">Top 
 X of Section</A></FONT></P>
 X@@ -125,8 +124,7 @@
 X of Page</A></FONT></P>
 X <H3><A name=adminguide>SharePoint Team Services Administrator's Guide</H3>
 X <P>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 <A href="http://www.microsoft.com/technet/sharepoint">Administrator's Guide</A>. 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/</A>.</P>;
 X+go to <A href="http://support.microsoft.com/support/">Microsoft Support</A>.</P>
 X <P align=right><FONT size=1><A 
 X href="#moreinfo">Top 
 X of Section</A></FONT></P>
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302111920.h1BJK62o065397>