mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix mailwrapper path in alias_manager.pl
PR: ports/93523 Submitted by: Jean-Franois BOEUF <jfb@minet.net> Approved by: portmgr (linimon), Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer)
This commit is contained in:
parent
8446bfe3a0
commit
03ecfbdd8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157049
11
mail/sympa5/files/patch-src_alias_manager.pl
Normal file
11
mail/sympa5/files/patch-src_alias_manager.pl
Normal file
@ -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';
|
Loading…
Reference in New Issue
Block a user