3 changed files with 6 additions and 34 deletions
@ -3,7 +3,7 @@
|
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../chrony/chrony.desc |
||||
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project |
||||
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project |
||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
||||
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf |
||||
[COPY] |
||||
@ -20,7 +20,7 @@
|
||||
[T] Chrony is a pair of programs which are used to maintain the accuracy |
||||
[T] of the system clock on a computer. |
||||
|
||||
[U] http://chrony.sunsite.dk/index.php |
||||
[U] http://chrony.tuxfamily.org |
||||
|
||||
[A] Richard Curnow <[email protected]> |
||||
[M] The OpenSDE Community <[email protected]> |
||||
@ -29,8 +29,8 @@
|
||||
|
||||
[L] OpenSource |
||||
[S] Stable |
||||
[V] 1.23 |
||||
[V] 1.24 |
||||
[P] X -----5---9 133.400 |
||||
|
||||
[D] 3776376232 chrony-1.23.tar.gz http://chrony.sunsite.dk/download/ |
||||
[D] 2192385983 chrony-1.24.tar.gz http://chrony.tuxfamily.org/download/ |
||||
|
||||
|
@ -1,29 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../chrony/chrony_conf.patch
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
# Copyright (C) 1998 - 2003 Clifford Wolf
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
diff -Naur chrony-1.20.orig/conf.c chrony-1.20/conf.c
|
||||
--- chrony-1.20.orig/conf.c 2003-09-22 22:22:30.000000000 +0100
|
||||
+++ chrony-1.20/conf.c 2003-10-04 22:43:53.000000000 +0100
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
/* ================================================== */
|
||||
|
||||
-#define DEFAULT_CONF_FILE "/etc/chrony.conf"
|
||||
+#define DEFAULT_CONF_FILE "/etc/chrony/chrony.conf"
|
||||
|
||||
/* ================================================== */
|
||||
/* Forward prototypes */
|
Loading…
Reference in new issue