diff options
author | lcapriotti <lcapriotti@svn> | 2010-09-09 15:50:50 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-09-09 15:50:50 +0000 |
commit | f0104a98948e3877fbbd5aa66541e8ba7916500f (patch) | |
tree | fa33918cadfe5661cbbdff8013427f12ce21f60c | |
parent | ce3f1a8beb001b91f449a8d5c89e8fa5c67ab723 (diff) |
merge from trunk: r33638
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33639 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/ntp.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/ntp.conf b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/ntp.conf new file mode 100644 index 0000000000..22fb5a54a6 --- /dev/null +++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/ntp.conf @@ -0,0 +1,7 @@ +driftfile /var/lib/ntp/ntp.drift +server ntp.ubuntu.com +server 0.pool.ntp.org +server 1.pool.ntp.org +server 2.pool.ntp.org +server pool.ntp.org + |