1 |
snetram |
1.2 |
diff -up e-smith-email-5.0.0/root/etc/e-smith/db/configuration/defaults/smtp-y-proxy/Debug.zero-to-disabled e-smith-email-5.0.0/root/etc/e-smith/db/configuration/defaults/smtp-y-proxy/Debug |
2 |
|
|
--- e-smith-email-5.0.0/root/etc/e-smith/db/configuration/defaults/smtp-y-proxy/Debug.zero-to-disabled 2004-05-04 23:06:41.000000000 +0200 |
3 |
|
|
+++ e-smith-email-5.0.0/root/etc/e-smith/db/configuration/defaults/smtp-y-proxy/Debug 2010-05-04 20:41:54.000000000 +0200 |
4 |
snetram |
1.1 |
@@ -1 +1 @@ |
5 |
|
|
-0 |
6 |
|
|
+disabled |
7 |
snetram |
1.2 |
diff -up e-smith-email-5.0.0/root/etc/e-smith/db/configuration/migrate/20smtp-y-proxy-Debug.zero-to-disabled e-smith-email-5.0.0/root/etc/e-smith/db/configuration/migrate/20smtp-y-proxy-Debug |
8 |
|
|
--- e-smith-email-5.0.0/root/etc/e-smith/db/configuration/migrate/20smtp-y-proxy-Debug.zero-to-disabled 2010-05-04 20:48:27.000000000 +0200 |
9 |
|
|
+++ e-smith-email-5.0.0/root/etc/e-smith/db/configuration/migrate/20smtp-y-proxy-Debug 2010-05-04 20:49:27.000000000 +0200 |
10 |
snetram |
1.1 |
@@ -0,0 +1,5 @@ |
11 |
|
|
+{ |
12 |
snetram |
1.2 |
+ my $debug = $DB->get_prop('smtp-auth-proxy','Debug') or return; |
13 |
snetram |
1.1 |
+ |
14 |
snetram |
1.2 |
+ $DB->set_prop('smtp-auth-proxy','Debug', 'disabled') if $debug eq 0; |
15 |
snetram |
1.1 |
+} |