1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ntp-1.16.0/root/etc/e-smith/db/configuration/defaults/ntpd/NTPServer mezzanine_patched_e-smith-ntp-1.16.0/root/etc/e-smith/db/configuration/defaults/ntpd/NTPServer |
2 |
--- e-smith-ntp-1.16.0/root/etc/e-smith/db/configuration/defaults/ntpd/NTPServer 2003-11-07 09:23:21.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-ntp-1.16.0/root/etc/e-smith/db/configuration/defaults/ntpd/NTPServer 2007-07-08 07:31:07.000000000 -0600 |
4 |
@@ -1 +1 @@ |
5 |
-pool.ntp.org |
6 |
+smeserver.pool.ntp.org |
7 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ntp-1.16.0/root/etc/e-smith/templates/etc/ntp.conf/00timeServer mezzanine_patched_e-smith-ntp-1.16.0/root/etc/e-smith/templates/etc/ntp.conf/00timeServer |
8 |
--- e-smith-ntp-1.16.0/root/etc/e-smith/templates/etc/ntp.conf/00timeServer 2007-07-08 07:32:09.000000000 -0600 |
9 |
+++ mezzanine_patched_e-smith-ntp-1.16.0/root/etc/e-smith/templates/etc/ntp.conf/00timeServer 2007-07-08 07:25:42.000000000 -0600 |
10 |
@@ -5,8 +5,8 @@ |
11 |
|
12 |
if ($server =~ /pool.ntp.org/) |
13 |
{ |
14 |
- # The 0, 1, 2 prefixes ensure NTP pool round-robin |
15 |
- $OUT .= "server $_.$server\n" for (0..2); |
16 |
+ # The 0, 1, 2, 3 prefixes ensure NTP pool round-robin |
17 |
+ $OUT .= "server $_.$server\n" for (0..3); |
18 |
} |
19 |
else |
20 |
{ |