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