Browse Source

alanw:


			
			
				rocklinux
			
			
		
Alan J. Wylie 21 years ago
parent
commit
15260e31f4
3 changed files with 11 additions and 11 deletions
  1. +2
    -2
      package/alanw/chrony/chrony.desc
  2. +4
    -4
      package/alanw/chrony/chrony_conf.patch
  3. +5
    -5
      package/alanw/chrony/chrony_devfs.patch

+ 2
- 2
package/alanw/chrony/chrony.desc

@ -35,8 +35,8 @@
[L] OpenSource
[S] Stable
[V] 1.19
[V] 1.20
[P] X -----5---9 382.000
[D] 3558349987 chrony-1.19.tar.gz http://chrony.sunsite.dk/download/
[D] 0 chrony-1.20.tar.gz http://chrony.sunsite.dk/download/

+ 4
- 4
package/alanw/chrony/chrony_conf.patch

@ -20,10 +20,10 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -Nur chrony-1.19.orig/conf.c chrony-1.19/conf.c
--- chrony-1.19.orig/conf.c 2003-03-07 20:21:56.000000000 +0100
+++ chrony-1.19/conf.c 2003-03-07 21:50:46.000000000 +0100
@@ -45,7 +45,7 @@
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 @@
/* ================================================== */

+ 5
- 5
package/alanw/chrony/chrony_devfs.patch

@ -20,15 +20,15 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -Nur chrony-1.19.orig/conf.c chrony-1.19/conf.c
--- chrony-1.19.orig/conf.c 2002-03-01 00:27:09.000000000 +0100
+++ chrony-1.19/conf.c 2003-03-07 20:21:56.000000000 +0100
@@ -85,7 +85,7 @@
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
@@ -96,7 +96,7 @@
/* ================================================== */
/* Configuration variables */
-static char *rtc_device = "/dev/rtc";
+static char *rtc_device = "/dev/misc/rtc";
static int acquisition_port = 0; /* 0 means let kernel choose port */
static int ntp_port = 123;
static char *keys_file = NULL;
static char *drift_file = NULL;

Loading…
Cancel
Save