Skip to Content.
Sympa Menu

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

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 (7b88358c705da199884892653e1ae586f0097be4)
  • Date: Fri, 21 Jul 2017 18:49:31 +0000

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

net/tcptraceroute/CONFIGURE | 1 +
net/tcptraceroute/INSTALL | 5 +++++
2 files changed, 6 insertions(+)

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

tcptraceroute: add missing dependency and setuid option

diff --git a/net/tcptraceroute/CONFIGURE b/net/tcptraceroute/CONFIGURE
new file mode 100755
index 0000000..9899a60
--- /dev/null
+++ b/net/tcptraceroute/CONFIGURE
@@ -0,0 +1 @@
+config_query TCPTRACEROUTE_SUID_ROOT "Install $SPELL setuid root?" n
diff --git a/net/tcptraceroute/INSTALL b/net/tcptraceroute/INSTALL
new file mode 100755
index 0000000..463a446
--- /dev/null
+++ b/net/tcptraceroute/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+if [[ $TCPTRACEROUTE_SUID_ROOT == y ]]; then
+ chmod -v +s "${INSTALL_ROOT}/usr/bin/tcptraceroute"
+fi



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

Archive powered by MHonArc 2.6.24.

Top of Page