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.