Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7f7df0a1d61f9837154a3e0f61458c2934bbc08d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7f7df0a1d61f9837154a3e0f61458c2934bbc08d)
  • Date: Mon, 18 Mar 2019 14:10:06 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
utils/procps-ng/BUILD | 5 +++++
utils/procps-ng/CONFLICTS | 1 +
utils/procps-ng/DEPENDS | 4 ++++
utils/procps-ng/DETAILS | 19 +++++++++++++++++++
utils/procps-ng/HISTORY | 4 ++++
utils/procps-ng/TRIGGERS | 1 +
utils/procps-ng/init.d/smgl-sysctl | 22 ++++++++++++++++++++++
utils/procps-ng/procps.gpg |binary
9 files changed, 59 insertions(+)

New commits:
commit 7f7df0a1d61f9837154a3e0f61458c2934bbc08d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

procps-ng-3.3.15

diff --git a/ChangeLog b/ChangeLog
index e3abfdd..79f0ad7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-03-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * utils/procps-ng: added, modern version of procps
+
2019-03-13 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add Dylan Baker <dylan AT pnwbakers.com>

diff --git a/utils/procps-ng/BUILD b/utils/procps-ng/BUILD
new file mode 100755
index 0000000..9cea3d1
--- /dev/null
+++ b/utils/procps-ng/BUILD
@@ -0,0 +1,5 @@
+# coreutils provides kill
+OPTS+=" --disable-kill" &&
+# simpleinit-msb provides pidof
+OPTS+=" --disable-pidof" &&
+default_build
diff --git a/utils/procps-ng/CONFLICTS b/utils/procps-ng/CONFLICTS
new file mode 100755
index 0000000..7af6646
--- /dev/null
+++ b/utils/procps-ng/CONFLICTS
@@ -0,0 +1 @@
+conflicts procps y
diff --git a/utils/procps-ng/DEPENDS b/utils/procps-ng/DEPENDS
new file mode 100755
index 0000000..5b9d9a66
--- /dev/null
+++ b/utils/procps-ng/DEPENDS
@@ -0,0 +1,4 @@
+depends ncurses &&
+depends util-linux &&
+depends smgl-fhs &&
+optional_depends gettext '' '--disable-nls' 'NLS support'
diff --git a/utils/procps-ng/DETAILS b/utils/procps-ng/DETAILS
new file mode 100755
index 0000000..21f130f
--- /dev/null
+++ b/utils/procps-ng/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=procps-ng
+ VERSION=3.3.15
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://sourceforge.net/projects/procps-ng/files/Production/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=procps.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://gitlab.com/procps-ng/procps
+ ENTERED=20190318
+ LICENSE[0]=GPL2
+ KEYWORDS="utils"
+ SHORT="Utilities to report the state of the box."
+cat << EOF
+procps is a package of utilities which report on the state of the
+system, including the states of running processes, amount of memory
+available and currently-logged-in users.
+EOF
diff --git a/utils/procps-ng/HISTORY b/utils/procps-ng/HISTORY
new file mode 100644
index 0000000..e8916c5
--- /dev/null
+++ b/utils/procps-ng/HISTORY
@@ -0,0 +1,4 @@
+2019-03-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 3.3.15
+ spell created
diff --git a/utils/procps-ng/TRIGGERS b/utils/procps-ng/TRIGGERS
new file mode 100755
index 0000000..e130505
--- /dev/null
+++ b/utils/procps-ng/TRIGGERS
@@ -0,0 +1 @@
+on_cast libselinux cast_self
diff --git a/utils/procps-ng/init.d/smgl-sysctl
b/utils/procps-ng/init.d/smgl-sysctl
new file mode 100755
index 0000000..25d86a7
--- /dev/null
+++ b/utils/procps-ng/init.d/smgl-sysctl
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+RUNLEVEL=S
+NEEDS="+local_fs"
+RECOMMENDED=yes
+
+. /etc/init.d/smgl_init
+
+case $1 in
+ start) if [ -f /etc/sysctl.conf ] ; then
+ echo "Running sysctl..."
+ loadproc /sbin/sysctl -p
+ fi
+ ;;
+
+ stop) exit 0
+ ;;
+
+ *) echo "Usage: $0 {start|stop}"
+ exit 1
+ ;;
+esac
diff --git a/utils/procps-ng/procps.gpg b/utils/procps-ng/procps.gpg
new file mode 100644
index 0000000..ea9b0ad
Binary files /dev/null and b/utils/procps-ng/procps.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7f7df0a1d61f9837154a3e0f61458c2934bbc08d), Treeve Jelbert, 03/18/2019

Archive powered by MHonArc 2.6.24.

Top of Page