1 |
diff -ruN e-smith-ntp-2.4.0.old/root/etc/e-smith/db/configuration/defaults/ntpd/MemLimit e-smith-ntp-2.4.0/root/etc/e-smith/db/configuration/defaults/ntpd/MemLimit |
2 |
--- e-smith-ntp-2.4.0.old/root/etc/e-smith/db/configuration/defaults/ntpd/MemLimit 2008-10-07 10:36:26.000000000 -0700 |
3 |
+++ e-smith-ntp-2.4.0/root/etc/e-smith/db/configuration/defaults/ntpd/MemLimit 1969-12-31 16:00:00.000000000 -0800 |
4 |
@@ -1 +0,0 @@ |
5 |
-12000000 |
6 |
diff -ruN e-smith-ntp-2.4.0.old/root/etc/e-smith/db/configuration/migrate/ntpMemLimit e-smith-ntp-2.4.0/root/etc/e-smith/db/configuration/migrate/ntpMemLimit |
7 |
--- e-smith-ntp-2.4.0.old/root/etc/e-smith/db/configuration/migrate/ntpMemLimit 2008-10-07 10:36:26.000000000 -0700 |
8 |
+++ e-smith-ntp-2.4.0/root/etc/e-smith/db/configuration/migrate/ntpMemLimit 1969-12-31 16:00:00.000000000 -0800 |
9 |
@@ -1,5 +0,0 @@ |
10 |
-{ |
11 |
- my $ntpd = $DB->get('ntpd'); |
12 |
- return unless $ntpd; |
13 |
- $ntpd->set_prop('MemLimit', 12000000) if $ntpd->prop('MemLimit') < 12000000; |
14 |
-} |