MESSAGE -> README
This commit is contained in:
parent
a11234b7ad
commit
19130708f0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2011/11/16 15:56:37 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2012/03/15 13:35:53 ajacoutot Exp $
|
||||
|
||||
COMMENT= ActiveSync protocol implementation
|
||||
|
||||
@ -7,7 +7,7 @@ DISTNAME= z-push-${V}-790
|
||||
PKGNAME= z-push-${V}
|
||||
CATEGORIES= mail www
|
||||
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
HOMEPAGE= http://z-push.sourceforge.net/
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
Z-push has been installed into ${INSTDIR}
|
||||
|
||||
You should point the followings to the DocumentRoot of your web-server:
|
||||
# ln -s ../z-push /var/www/htdocs/z-push
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
With Apache, some non defaults PHP settings are required on the
|
||||
${INSTDIR} directory. You can configure this as follows:
|
||||
# ln -s ${PREFIX}/conf/modules.sample/z-push.conf \
|
||||
/var/www/conf/modules
|
||||
|
||||
Proceed to complete the configuration by reading:
|
||||
${INSTDIR}/INSTALL
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/03/07 19:50:26 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/03/15 13:35:53 ajacoutot Exp $
|
||||
z-push/
|
||||
z-push/INSTALL
|
||||
z-push/LICENSE
|
||||
@ -45,3 +45,5 @@ z-push/z-push.conf.dist
|
||||
@sample /var/www/conf/modules.sample/z-push.conf
|
||||
z-push/zpushdefs.php
|
||||
z-push/zpushdtd.php
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
20
mail/z-push/pkg/README
Normal file
20
mail/z-push/pkg/README
Normal file
@ -0,0 +1,20 @@
|
||||
$OpenBSD: README,v 1.1 2012/03/15 13:35:53 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Z-push is installed under
|
||||
${INSTDIR}
|
||||
|
||||
You should point the followings to the DocumentRoot of your web-server:
|
||||
# ln -s ../z-push /var/www/htdocs/z-push
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
Some non defaults PHP settings are required on the ${INSTDIR}
|
||||
directory. For Apache ou can configure this as follows:
|
||||
# ln -s ${PREFIX}/conf/modules.sample/z-push.conf \
|
||||
/var/www/conf/modules
|
||||
|
||||
Proceed to complete the configuration by reading:
|
||||
${INSTDIR}/INSTALL
|
@ -1,4 +1,4 @@
|
||||
To completely deinstall z-push you need to perform the following steps
|
||||
as root:
|
||||
# rm -f /var/www/conf/modules/z-push.conf
|
||||
# rm -f /var/www/htdocs/z-push
|
||||
# rm -f /var/www/z-push
|
||||
|
Loading…
Reference in New Issue
Block a user