summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/roundcube/files/roundcube.conf4
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@">