pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imp4/files - Remove absolute path refernces in sa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa0e0844d004
branches:  trunk
changeset: 489136:fa0e0844d004
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Feb 17 11:56:26 2005 +0000

description:
- Remove absolute path refernces in sample apache fragment

diffstat:

 mail/imp4/files/imp.conf.dist |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 5cef41f133f4 -r fa0e0844d004 mail/imp4/files/imp.conf.dist
--- a/mail/imp4/files/imp.conf.dist     Thu Feb 17 11:45:49 2005 +0000
+++ b/mail/imp4/files/imp.conf.dist     Thu Feb 17 11:56:26 2005 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: imp.conf.dist,v 1.1.1.1 2005/01/16 21:36:28 adrianp Exp $
+# $NetBSD: imp.conf.dist,v 1.2 2005/02/17 11:56:26 adrianp Exp $
 #
 # IMP configuration file fragment for Apache
 
 <IfModule mod_alias.c>
-    Alias /imp/ "/usr/pkg/share/horde/imp/"
+    Alias /imp/ "@IMPDIR@/"
 </IfModule>
 
-<Directory "/usr/pkg/share/horde">
+<Directory "@IMPDIR@">
     DirectoryIndex index.php
     <IfModule mod_php4.c>
         php_flag file_uploads On



Home | Main Index | Thread Index | Old Index