Skip to Content.
Sympa Menu

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

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 (7f269f3f4f43b5e5722bc391c8d5f93b714c0906)
  • Date: Sun, 7 May 2017 13:24:31 +0000

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

net/vnstat/BUILD | 1 -
net/vnstat/DEPENDS | 3 +++
net/vnstat/DETAILS | 6 +++---
net/vnstat/HISTORY | 7 +++++++
net/vnstat/INSTALL | 3 +++
net/vnstat/init.d/vnstatd | 10 ++++++++++
net/vnstat/init.d/vnstatd.conf | 3 +++
7 files changed, 29 insertions(+), 4 deletions(-)

New commits:
commit 7f269f3f4f43b5e5722bc391c8d5f93b714c0906
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

vnstat: => 1.17

diff --git a/net/vnstat/BUILD b/net/vnstat/BUILD
deleted file mode 100755
index 8f58e6d..0000000
--- a/net/vnstat/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make
diff --git a/net/vnstat/DEPENDS b/net/vnstat/DEPENDS
new file mode 100755
index 0000000..17c6237
--- /dev/null
+++ b/net/vnstat/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends gd "--enable-image-output" \
+ "--disable-image-output" \
+ "for PNG image output support"
diff --git a/net/vnstat/DETAILS b/net/vnstat/DETAILS
index 3904355..24fe89f 100755
--- a/net/vnstat/DETAILS
+++ b/net/vnstat/DETAILS
@@ -1,10 +1,10 @@
SPELL=vnstat
- VERSION=1.14
+ VERSION=1.17
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://humdi.net/vnstat/$SOURCE
-
SOURCE_HASH=sha512:a2aebcdd0c4aa4a821579b751af587af44a5c3f14864d3022a05f65c4df2b9ddece0ed414097346d95124a3ea5fb89ea26bf44c68d3c7ca7237573dd5f1e8239
+
SOURCE_HASH=sha512:c9c119a89054dacdc15026c766a20d88336d7689dd4264530d0347fcc58f3cbfc806b271e0f83e76c3b4a31ab793a628ee7d7b696943da919ee4cd2fdb481cc3
WEB_SITE=http://humdi.net/vnstat/
ENTERED=20070513
LICENSE=GPL
diff --git a/net/vnstat/HISTORY b/net/vnstat/HISTORY
index 02f419f..dff7219 100644
--- a/net/vnstat/HISTORY
+++ b/net/vnstat/HISTORY
@@ -1,3 +1,10 @@
+2017-05-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.17; quoting paths
+ * DEPENDS: added, for missing dependencies
+ * INSTALL: added, for config file installation
+ * init.d: added, for missing init scripts
+ * BUILD: dropped, no longer needed
+
2015-05-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.14

diff --git a/net/vnstat/INSTALL b/net/vnstat/INSTALL
new file mode 100755
index 0000000..bad0a5b
--- /dev/null
+++ b/net/vnstat/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+
+install_config_file "cfg/vnstat.conf" "${INSTALL_ROOT}/etc/vnstat.conf"
diff --git a/net/vnstat/init.d/vnstatd b/net/vnstat/init.d/vnstatd
new file mode 100755
index 0000000..1452102
--- /dev/null
+++ b/net/vnstat/init.d/vnstatd
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+. /etc/sysconfig/vnstatd
+
+PROGRAM=/usr/sbin/vnstatd
+ARGS="-d $VNSTATD_ARGS"
+RUNLEVEL=3
+NEEDS="+network"
+
+. /etc/init.d/smgl_init
diff --git a/net/vnstat/init.d/vnstatd.conf b/net/vnstat/init.d/vnstatd.conf
new file mode 100644
index 0000000..f6adf62
--- /dev/null
+++ b/net/vnstat/init.d/vnstatd.conf
@@ -0,0 +1,3 @@
+# For arguments and description see vnstatd(1)
+
+VNSTATD_ARGS=""



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7f269f3f4f43b5e5722bc391c8d5f93b714c0906), Vlad Glagolev, 05/07/2017

Archive powered by MHonArc 2.6.24.

Top of Page