Fix typos in README for www/owncloud. ok ajacoutot
This commit is contained in:
parent
5cd3fb91a8
commit
6d0197dd96
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2013/02/20 15:32:21 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2013/03/07 17:41:35 stsp Exp $
|
||||
|
||||
COMMENT= easy and universal access to shared and/or personnal files
|
||||
|
||||
V= 4.5.7
|
||||
DISTNAME= owncloud-${V}
|
||||
REVISION= 0
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CATEGORIES= www
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.12 2012/10/26 12:09:13 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.13 2013/03/07 17:41:38 stsp Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -15,7 +15,7 @@ directory. You can configure this as follows:
|
||||
|
||||
"allow_url_fopen" needs to be enabled in PHP using _one_ of the
|
||||
following methods:
|
||||
1. ${SYSCONFDIR}/php-{MODPHP_VERSION}.ini
|
||||
1. ${SYSCONFDIR}/php-${MODPHP_VERSION}.ini
|
||||
allow_url_fopen = On
|
||||
2. /var/www/conf/httpd.conf (main server or VirtualHost)
|
||||
php_admin_value allow_url_fopen 1
|
||||
@ -37,8 +37,8 @@ another database, the corresponding package needs to be installed:
|
||||
php-pdo_pgsql or php-pdo_mysql
|
||||
|
||||
When using SQLite, not further configuration is required. However, with
|
||||
MySQL or PostgreSQL, the file ${INSTADIR}/config/config.sample.php will
|
||||
need to be copied to ${INSTADIR}/config/config.php and configured
|
||||
MySQL or PostgreSQL, the file ${INSTDIR}/config/config.sample.php will
|
||||
need to be copied to ${INSTDIR}/config/config.php and configured
|
||||
accordingly.
|
||||
|
||||
Cron job
|
||||
|
Loading…
Reference in New Issue
Block a user