/[smeserver]/rpms/e-smith-ntp/sme7/e-smith-ntp-1.16.0-FixUninitializedValue.patch
ViewVC logotype

Contents of /rpms/e-smith-ntp/sme7/e-smith-ntp-1.16.0-FixUninitializedValue.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Oct 7 18:47:10 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-ntp-1.16.0/root/etc/e-smith/db/configuration/migrate/30pool mezzanine_patched_e-smith-ntp-1.16.0/root/etc/e-smith/db/configuration/migrate/30pool
2 --- e-smith-ntp-1.16.0/root/etc/e-smith/db/configuration/migrate/30pool 2007-11-30 12:06:59.000000000 +0000
3 +++ mezzanine_patched_e-smith-ntp-1.16.0/root/etc/e-smith/db/configuration/migrate/30pool 2007-11-30 12:05:09.000000000 +0000
4 @@ -1,6 +1,6 @@
5 {
6 my $pool = $DB->get_prop('ntpd', 'NTPServer');
7 -
8 + return unless defined $pool;
9 if ($pool eq 'pool.ntp.org')
10 {
11 $DB->set_prop('ntpd', 'NTPServer', 'smeserver.pool.ntp.org')

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed