Skip to Content.
Sympa Menu

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

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 (8df114bcd9d3d9fda857ecda6293762e58c83e0f)
  • Date: Sun, 22 Apr 2018 17:14:54 +0000

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

utils/netatop/DETAILS | 1 +
utils/netatop/HISTORY | 5 +++++
utils/netatop/POST_REMOVE | 1 +
utils/netatop/TRIGGERS | 1 +
4 files changed, 8 insertions(+)

New commits:
commit 8df114bcd9d3d9fda857ecda6293762e58c83e0f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

netatop: added triggers for linux spell

diff --git a/utils/netatop/DETAILS b/utils/netatop/DETAILS
index 23ea80e..3f0d801 100755
--- a/utils/netatop/DETAILS
+++ b/utils/netatop/DETAILS
@@ -1,5 +1,6 @@
SPELL=netatop
VERSION=2.0
+ PATCHLEVEL=1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://www.atoptool.nl/download/${SOURCE}

SOURCE_HASH=sha512:70ef34502f6904aee4f1808af6ac26d76a391515e578ff40b5b4ebca73c28c917f86e1a9f8690a2900bbbd8e1c18c591546b9888cadc74d6d39c88c704bfe464
diff --git a/utils/netatop/HISTORY b/utils/netatop/HISTORY
index 54403a4..2b00db8 100644
--- a/utils/netatop/HISTORY
+++ b/utils/netatop/HISTORY
@@ -1,3 +1,8 @@
+2018-04-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * POST_REMOVE: added, to run 'depmod -a' on dispel
+ * TRIGGERS: added, to trigger re-case on linux cast
+
2018-04-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, INSTALL, FINAL, init.d: created spell,
version 2.0
diff --git a/utils/netatop/POST_REMOVE b/utils/netatop/POST_REMOVE
new file mode 100755
index 0000000..ce41770
--- /dev/null
+++ b/utils/netatop/POST_REMOVE
@@ -0,0 +1 @@
+depmod -a
diff --git a/utils/netatop/TRIGGERS b/utils/netatop/TRIGGERS
new file mode 100755
index 0000000..5c92593
--- /dev/null
+++ b/utils/netatop/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux cast_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8df114bcd9d3d9fda857ecda6293762e58c83e0f), Vlad Glagolev, 04/22/2018

Archive powered by MHonArc 2.6.24.

Top of Page