]> git.pld-linux.org Git - packages/adjtimex.git/commitdiff
- obsolete in vesion 1.20
authortommat <tommat@pld-linux.org>
Tue, 4 Jan 2005 13:55:02 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adjtimex-fixman.patch -> 1.2
    adjtimex-gcc33.patch -> 1.2
    adjtimex-getopt.patch -> 1.2
    adjtimex-ia64.patch -> 1.2

adjtimex-fixman.patch [deleted file]
adjtimex-gcc33.patch [deleted file]
adjtimex-getopt.patch [deleted file]
adjtimex-ia64.patch [deleted file]

diff --git a/adjtimex-fixman.patch b/adjtimex-fixman.patch
deleted file mode 100644 (file)
index 2739f43..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- adjtimex-1.11/adjtimex.8.fixman    Mon Jan 29 15:42:10 2001
-+++ adjtimex-1.11/adjtimex.8   Mon Jan 29 15:42:58 2001
-@@ -121,7 +121,8 @@
- for each kernel tick interrupt.  There are supposed to be 100 ticks
- per second, so \fIval\fP should be close to 10000.  Increasing
- \fIval\fP by 1 speeds up the system clock by about 100 ppm, or 8.64
--sec/day.  \fItick\fP must be in the range 9000...11000.
-+sec/day.  \fItick\fP must be in the range 9000...11000 on Intel systems,
-+or 900...1100 on Alpha systems.
- .IP "\fB\-f\fP \fInewfreq\fP, \fB\--frequency\fP \fInewfreq\fP"
- Set the system clock frequency offset to \fInewfreq\fP.  \fInewfreq\fP
- can be negative or positive, and gives a much finer adjustment than
diff --git a/adjtimex-gcc33.patch b/adjtimex-gcc33.patch
deleted file mode 100644 (file)
index ccc07e6..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
---- adjtimex-1.13/adjtimex.c.orig      2004-01-17 22:06:35.000000000 +0100
-+++ adjtimex-1.13/adjtimex.c   2004-01-17 22:07:54.744035184 +0100
-@@ -164,35 +164,35 @@
- usage(void)
- {
-   char msg[]=
--"
--Usage: adjtimex  [OPTION]... 
--Mandatory or optional arguments to long options are mandatory or optional
--for short options too.
--
--Get/Set Kernel Time Parameters:
--       -p, --print               print values of kernel time variables
--       -t, --tick val            set the kernel tick interval in usec
--       -f, --frequency newfreq   set system clock frequency offset
--       -s, --singleshot adj      slew the system clock by adj usec
--       -o, --offset adj          add a time offset of adj usec
--       -m, --maxerror val        set maximum error (usec)
--       -e, --esterror val        set estimated error (usec)
--       -T, --timeconstant val    set phase locked loop time constant
--       -a, --adjust[=count]      set system clock parameters per CMOS 
--                                 clock or (with --review) log file
--
--Estimate Systematic Drifts:
--       -c, --compare[=count]     compare system and CMOS clocks
--       -i, --interval tim        set clock comparison interval (sec)
--       -l, --log[=file]          log current times to file
--           --host timeserver     query the timeserver
--       -w, --watch               get current time from user
--       -r, --review[=file]       review clock log file, estimate drifts
--       -u, --utc                 the CMOS clock is set to UTC
--
--Informative Output:
--           --help                print this help, then exit
--       -v, --version             print adjtimex program version, then exit
-+"\n\
-+Usage: adjtimex  [OPTION]... \n\
-+Mandatory or optional arguments to long options are mandatory or optional\n\
-+for short options too.\n\
-+\n\
-+Get/Set Kernel Time Parameters:\n\
-+       -p, --print               print values of kernel time variables\n\
-+       -t, --tick val            set the kernel tick interval in usec\n\
-+       -f, --frequency newfreq   set system clock frequency offset\n\
-+       -s, --singleshot adj      slew the system clock by adj usec\n\
-+       -o, --offset adj          add a time offset of adj usec\n\
-+       -m, --maxerror val        set maximum error (usec)\n\
-+       -e, --esterror val        set estimated error (usec)\n\
-+       -T, --timeconstant val    set phase locked loop time constant\n\
-+       -a, --adjust[=count]      set system clock parameters per CMOS\n\
-+                                 clock or (with --review) log file\n\
-+\n\
-+Estimate Systematic Drifts:\n\
-+       -c, --compare[=count]     compare system and CMOS clocks\n\
-+       -i, --interval tim        set clock comparison interval (sec)\n\
-+       -l, --log[=file]          log current times to file\n\
-+           --host timeserver     query the timeserver\n\
-+       -w, --watch               get current time from user\n\
-+       -r, --review[=file]       review clock log file, estimate drifts\n\
-+       -u, --utc                 the CMOS clock is set to UTC\n\
-+\n\
-+Informative Output:\n\
-+           --help                print this help, then exit\n\
-+       -v, --version             print adjtimex program version, then exit\n\
- ";
-   fputs(msg, stdout);
diff --git a/adjtimex-getopt.patch b/adjtimex-getopt.patch
deleted file mode 100644 (file)
index 3185d73..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- adjtimex-1.9/adjtimex.c.gafton     Fri Mar  3 12:18:37 2000
-+++ adjtimex-1.9/adjtimex.c    Fri Mar  3 12:20:46 2000
-@@ -205,7 +205,7 @@
-     txc.modes = 0;
--    while((c = getopt_long_only(argc, argv, "", 
-+    while((c = getopt_long_only(argc, argv, "pt:f:s:o:m:e:T:cai:wruv", 
-                               longopt, NULL)) != -1)
-       {
-       switch(c)
diff --git a/adjtimex-ia64.patch b/adjtimex-ia64.patch
deleted file mode 100644 (file)
index d3f78f4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- adjtimex-1.11/adjtimex.c.foo       Mon Nov 20 12:56:18 2000
-+++ adjtimex-1.11/adjtimex.c   Mon Nov 20 12:56:39 2000
-@@ -34,7 +34,7 @@
- #include <unistd.h>
- #include <utmp.h>
--#ifdef __alpha__
-+#if defined(__alpha__) || defined(__ia64__)
- extern int adjtimex(struct timex *);
- #else
- _syscall1(int, adjtimex, struct timex *, txcp)
This page took 0.211444 seconds and 4 git commands to generate.