Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (61a7bac5fbf2c125477b16911cbc01e163439817)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (61a7bac5fbf2c125477b16911cbc01e163439817)
  • Date: Wed, 27 Sep 2006 15:39:46 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
utils/adjtimex/BUILD | 3 +++
utils/adjtimex/DETAILS | 20 ++++++++++++++++++++
utils/adjtimex/HISTORY | 2 ++
4 files changed, 28 insertions(+)

New commits:
commit 61a7bac5fbf2c125477b16911cbc01e163439817
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

utils/adjtimex: new spell, display or set the kernel time variables

diff --git a/ChangeLog b/ChangeLog
index 4789c7e..7836003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-28 Pol Vinogradov <vin.public AT gmail.com>
+ * utils/adjtimex: new spell, display or set the kernel time variables
+
2006-09-27 Ladislav Hagara <hgr AT vabo.cz>
* video/ffmpeg2theora: new spell, a converter to create Ogg Theora
files

diff --git a/utils/adjtimex/BUILD b/utils/adjtimex/BUILD
new file mode 100755
index 0000000..dee2e1d
--- /dev/null
+++ b/utils/adjtimex/BUILD
@@ -0,0 +1,3 @@
+disable_pic &&
+
+default_build
diff --git a/utils/adjtimex/DETAILS b/utils/adjtimex/DETAILS
new file mode 100755
index 0000000..766481f
--- /dev/null
+++ b/utils/adjtimex/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=adjtimex
+ VERSION=1.21
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://ibiblio.org/pub/Linux/system/admin/time/${SOURCE}
+
SOURCE_HASH=sha512:e28b4a0a157b16f1ef3c7a318aeee60c7fd1380d2ad2de7b0b5d42cadb52824ec413e56f6b4be07d73211f69788b9ad3082a9e2dbf33bea18086065a44764de9
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://ibiblio.org/linsearch/lsms/adjtimex.html
+ LICENSE[0]=GPL
+ KEYWORDS="utils"
+ ENTERED=20060928
+ SHORT="adjtimex - display or set the kernel time variables"
+cat << EOF
+This program gives you raw access to the kernel time variables. For a
+machine connected to the Internet, or equipped with a precision oscillator
+or radio clock, the best way to keep the system clock correct is with xntpd.
+However, for a standalone intermittently connected machine, you may use
+adjtimex instead to at least correct for systematic drift. Adjtimex can
+optionally adjust the system clock using the CMOS clock as a reference,
+and can log times for long-term estimation of the drift rates.
+EOF
diff --git a/utils/adjtimex/HISTORY b/utils/adjtimex/HISTORY
new file mode 100644
index 0000000..75468fc
--- /dev/null
+++ b/utils/adjtimex/HISTORY
@@ -0,0 +1,2 @@
+2006-09-28 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (61a7bac5fbf2c125477b16911cbc01e163439817), Pol Vinogradov, 09/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page