]> git.pld-linux.org Git - packages/amavis-ng.git/blob - amavis-ng-config.patch
- config will go to /etc/amavis.conf
[packages/amavis-ng.git] / amavis-ng-config.patch
1 diff -Nur old/AMAVIS.pm new/AMAVIS.pm
2 --- old/AMAVIS.pm       2004-07-14 14:03:53.000000000 +0000
3 +++ new/AMAVIS.pm       2004-07-14 14:11:40.000000000 +0000
4 @@ -96,7 +96,7 @@
5            );
6  
7  
8 -$conffile = '/etc/amavis-ng/amavis.conf';
9 +$conffile = '/etc/amavis.conf';
10  
11  sub init {
12    my $self = shift;
This page took 0.071397 seconds and 3 git commands to generate.