aboutsummaryrefslogtreecommitdiff
path: root/mail/sympa5
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-03-09 06:00:23 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-03-09 06:00:23 +0000
commit03ecfbdd8bbd009e7b6d926480feff3afd640a8b (patch)
treeffd49f35fe35fe2ff0ca8e0dea16a233d05ca5e3 /mail/sympa5
parent8446bfe3a09ce382c4fbd91b1aa8071c7e2d2bb6 (diff)
downloadports-03ecfbdd8bbd009e7b6d926480feff3afd640a8b.tar.gz
ports-03ecfbdd8bbd009e7b6d926480feff3afd640a8b.zip
Notes
Diffstat (limited to 'mail/sympa5')
-rw-r--r--mail/sympa5/files/patch-src_alias_manager.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sympa5/files/patch-src_alias_manager.pl b/mail/sympa5/files/patch-src_alias_manager.pl
new file mode 100644
index 000000000000..4a17cd75b407
--- /dev/null
+++ b/mail/sympa5/files/patch-src_alias_manager.pl
@@ -0,0 +1,11 @@
+--- src/alias_manager.pl Tue Aug 9 09:02:35 2005
++++ src/alias_manager.pl Sat Feb 18 01:51:52 2006
+@@ -43,7 +43,7 @@
+ my $tmp_alias_file = $Conf{'tmpdir'}.'/sympa_aliases.'.time;
+
+
+-my $alias_wrapper = '--MAILERPROGDIR--/aliaswrapper';
++my $alias_wrapper = '--LIBEXECDIR--/aliaswrapper';
+ my $lock_file = '--EXPL_DIR--/alias_manager.lock';
+ my $default_domain;
+ my $path_to_queue = '--MAILERPROGDIR--/queue';