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

Thomas Orgis scm at mail.sourcemage.org
Fri Jan 19 21:52:11 EST 2007


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"



More information about the SM-Commit mailing list