Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (79954d07e1c484a740cfa8812ddbb25d26dfea13)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (79954d07e1c484a740cfa8812ddbb25d26dfea13)
  • Date: Tue, 31 Aug 2010 05:09:52 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/net-snmp/BUILD | 4 +++-
net/net-snmp/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 79954d07e1c484a740cfa8812ddbb25d26dfea13
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

net-snmp: added diskio module to build by default

diff --git a/net/net-snmp/BUILD b/net/net-snmp/BUILD
index 53f7a48..db32e6a 100755
--- a/net/net-snmp/BUILD
+++ b/net/net-snmp/BUILD
@@ -1,6 +1,8 @@
OPTS="$OPTS --with-sys-contact=root@$(hostname -f) \
--enable-ucd-snmp-compatibility \
- --with-persistent-directory=/var/state/ucd-snmp --with-defaults"
+ --with-persistent-directory=/var/state/ucd-snmp \
+ --with-mib-modules=ucd-snmp/diskio \
+ --with-defaults"

make_single &&
default_build &&
diff --git a/net/net-snmp/HISTORY b/net/net-snmp/HISTORY
index aec5d26..a23f970 100644
--- a/net/net-snmp/HISTORY
+++ b/net/net-snmp/HISTORY
@@ -1,3 +1,6 @@
+2010-08-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: added useful ucd-snmp/diskio module to build
+
2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DEPENDS: updated mysql dependency to MYSQL provider




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (79954d07e1c484a740cfa8812ddbb25d26dfea13), Vlad Glagolev, 08/31/2010

Archive powered by MHonArc 2.6.24.

Top of Page