Skip to Content.
Sympa Menu

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

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 (85eb67680cef964d24ebaadaad4b068b2fceb180)
  • Date: Wed, 13 Jul 2011 04:28:46 -0500

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

security/snoopy/BUILD | 3 +++
security/snoopy/CONFIGURE | 6 +++++-
security/snoopy/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 85eb67680cef964d24ebaadaad4b068b2fceb180
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

snoopy: added cwd configure option

diff --git a/security/snoopy/BUILD b/security/snoopy/BUILD
new file mode 100755
index 0000000..9ff60a3
--- /dev/null
+++ b/security/snoopy/BUILD
@@ -0,0 +1,3 @@
+OPTS="$SNOOPY_OPTS $OPTS" &&
+
+default_build
diff --git a/security/snoopy/CONFIGURE b/security/snoopy/CONFIGURE
index ac0f408..abc1378 100755
--- a/security/snoopy/CONFIGURE
+++ b/security/snoopy/CONFIGURE
@@ -1 +1,5 @@
-config_query SNOOPY_ENABLE "Enable snoopy logger in /etc/ld.so.preload?" n
+config_query SNOOPY_ENABLE "Enable snoopy logger in /etc/ld.so.preload?" n &&
+
+config_query_option SNOOPY_OPTS "Enable logging of Current Working
Directory?" y \
+ "--enable-cwd-logging" \
+ "--disable-cwd-logging"
diff --git a/security/snoopy/HISTORY b/security/snoopy/HISTORY
index 7985f3b..65adda4 100644
--- a/security/snoopy/HISTORY
+++ b/security/snoopy/HISTORY
@@ -1,3 +1,7 @@
+2011-07-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added option for logging of Current Working Directory
+ * BUILD: added, to use SNOOPY_OPTS
+
2011-05-12 Jeremy Blosser <jblosser-smgl AT firinn.org>
* CONFIGURE, DEPENDS, DETAILS, INSTALL, PRE_BUILD, PRE_REMOVE:
spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (85eb67680cef964d24ebaadaad4b068b2fceb180), Vlad Glagolev, 07/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page