Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5a5f19040ec421125e7e27b754e08911336ba289)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5a5f19040ec421125e7e27b754e08911336ba289)
  • Date: Tue, 17 Jan 2012 10:43:14 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

utils/ntp/DEPENDS | 6 +++++-
utils/ntp/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit d068cbbd7f918503dbc847d9cbb5122317304aa5
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

ntp: added a missing optional dep on net-snmp

diff --git a/utils/ntp/DEPENDS b/utils/ntp/DEPENDS
index 80847c1..cebfbec 100755
--- a/utils/ntp/DEPENDS
+++ b/utils/ntp/DEPENDS
@@ -11,4 +11,8 @@ optional_depends mdnsresponder \

optional_depends w3c-libwww \
"" "" \
- "for MD5 functions"
+ "for MD5 functions" &&
+
+optional_depends net-snmp \
+ "--with-ntpsnmpd" "--without-ntpsnmpd" \
+ "for snmp support"
diff --git a/utils/ntp/HISTORY b/utils/ntp/HISTORY
index 2564cde..1649c37 100644
--- a/utils/ntp/HISTORY
+++ b/utils/ntp/HISTORY
@@ -1,3 +1,6 @@
+2012-01-17 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added missing optional dep on net-snmp
+
2012-01-05 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 4.2.6p5




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5a5f19040ec421125e7e27b754e08911336ba289), Arjan Bouter, 01/17/2012

Archive powered by MHonArc 2.6.24.

Top of Page