Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (74f37fef1dae9d27968d0944beb1f3a03580ea35)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (74f37fef1dae9d27968d0944beb1f3a03580ea35)
  • Date: Fri, 19 Jan 2007 20:52:11 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/ntp/DETAILS | 1 +
utils/ntp/HISTORY | 4 ++++
utils/ntp/INSTALL | 3 ++-
3 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 74f37fef1dae9d27968d0944beb1f3a03580ea35
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

ntp: fixing bug 10551 by creating jaildir

diff --git a/utils/ntp/DETAILS b/utils/ntp/DETAILS
index a6163a2..3ea57e3 100755
--- a/utils/ntp/DETAILS
+++ b/utils/ntp/DETAILS
@@ -13,6 +13,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LICENSE[0]=PD
DOCS="$DOCS README.* WHERE-TO-START *.y2kfixes"
KEYWORDS="utils"
+ PATCHLEVEL=1
SHORT="Sync your time with an ntp server"
cat << EOF
NTP (Network Time Protocol) tries to keep servers in sync
diff --git a/utils/ntp/HISTORY b/utils/ntp/HISTORY
index 0e65f19..172655b 100644
--- a/utils/ntp/HISTORY
+++ b/utils/ntp/HISTORY
@@ -1,3 +1,7 @@
+2007-01-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL, DETAILS: create the jaildir so that init script actually
works
+ and increased patchlevel for that, bug 10551
+
2007-01-07 George Sherwood <george AT beernabeer.com>
* DETAILS: Uncommented SOURCE_URL[0] as URL[1] [0] not working.

diff --git a/utils/ntp/INSTALL b/utils/ntp/INSTALL
index 755e5e5..ca6756d 100755
--- a/utils/ntp/INSTALL
+++ b/utils/ntp/INSTALL
@@ -1,3 +1,4 @@
default_install &&
install -m 755 -d $INSTALL_ROOT/usr/share/doc/$SPELL &&
-cp -r html $INSTALL_ROOT/usr/share/doc/$SPELL
+cp -r html $INSTALL_ROOT/usr/share/doc/$SPELL &&
+mkdir -p "$INSTALL_ROOT/var/chroot/ntp"



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (74f37fef1dae9d27968d0944beb1f3a03580ea35), Thomas Orgis, 01/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page