diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-06-06 18:40:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-06-06 18:40:16 +0000 |
commit | ce3d7512165c52fb8b8a91796822303d9360d1f8 (patch) | |
tree | 1d4a14cd47be6c61c3f7f15fa8e8a2812e39bde2 /mail/roundcube/files | |
parent | 180eddf16be41c2d4b52d86fcecba7ae068335b8 (diff) | |
download | pkgsrc-ce3d7512165c52fb8b8a91796822303d9360d1f8.tar.gz |
s/\/roundcube\//\/roundcube/ from justin (at) shiningsilence.com
Diffstat (limited to 'mail/roundcube/files')
-rw-r--r-- | mail/roundcube/files/roundcube.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/files/roundcube.conf b/mail/roundcube/files/roundcube.conf index eb4ee064647..726cdedfd81 100644 --- a/mail/roundcube/files/roundcube.conf +++ b/mail/roundcube/files/roundcube.conf @@ -1,9 +1,9 @@ -# $NetBSD: roundcube.conf,v 1.1.1.1 2007/04/08 17:04:08 adrianp Exp $ +# $NetBSD: roundcube.conf,v 1.2 2007/06/06 18:40:16 adrianp Exp $ # # RoundCube configuration file fragment for Apache <IfModule mod_alias.c> - Alias /roundcube/ "@RCDIR@/" + Alias /roundcube "@RCDIR@/" </IfModule> <Directory "@RCDIR@"> |