Use TINSTDIR instead of hardcoding /var/www/roundcubemail.
This commit is contained in:
parent
e4d14fc887
commit
2c7f56093c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2011/03/21 09:28:38 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2011/03/21 14:01:41 ajacoutot Exp $
|
||||
|
||||
COMMENT = imap4 webmail client
|
||||
|
||||
@ -6,7 +6,7 @@ DISTNAME = roundcubemail-0.5.1
|
||||
CATEGORIES = mail www
|
||||
HOMEPAGE = http://www.roundcube.net/
|
||||
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: roundcubemail.conf,v 1.6 2011/03/21 09:28:38 ajacoutot Exp $
|
||||
# $OpenBSD: roundcubemail.conf,v 1.7 2011/03/21 14:01:41 ajacoutot Exp $
|
||||
|
||||
Alias /roundcubemail/ "/var/www/roundcubemail/"
|
||||
Alias /roundcubemail ${TINSTDIR}
|
||||
|
||||
<IfModule mod_php5.c>
|
||||
php_value suhosin.session.encrypt 0
|
||||
|
Loading…
Reference in New Issue
Block a user