Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f54e3e2b225d7bf079bb934ed5034e61e38ad474)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f54e3e2b225d7bf079bb934ed5034e61e38ad474)
  • Date: Mon, 26 Jan 2015 15:36:42 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
utils/sup/BUILD | 1 +
utils/sup/DETAILS | 18 ++++++++++++++++++
utils/sup/HISTORY | 2 ++
utils/sup/PREPARE | 2 ++
5 files changed, 26 insertions(+)

New commits:
commit f54e3e2b225d7bf079bb934ed5034e61e38ad474
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sup: new spell, minimalistic sudo replacement

diff --git a/ChangeLog b/ChangeLog
index 8524e18..6f711ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-01-26 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/sup: new spell, minimalistic sudo replacement
+
2015-01-23 Pavel Vinogradov <public AT sourcemage.org>
* gurus.gpg: added my new uids

diff --git a/utils/sup/BUILD b/utils/sup/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/sup/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/sup/DETAILS b/utils/sup/DETAILS
new file mode 100755
index 0000000..a6be912
--- /dev/null
+++ b/utils/sup/DETAILS
@@ -0,0 +1,18 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=sup
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-git.tar.bz2"
+ SOURCE_URL[0]=git://git.suckless.org/$SPELL:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="http://suckless.org/other_projects";
+ LICENSE[0]="ISC"
+ ENTERED=20150126
+ KEYWORDS=""
+ SHORT="minimalistic sudo replacement"
+cat << EOF
+"sup" means: scale user priviledges. It is a minimal priviledge scalation
+utility that allow normal users to run other programs as different user
+and group.
+EOF
diff --git a/utils/sup/HISTORY b/utils/sup/HISTORY
new file mode 100644
index 0000000..117870e
--- /dev/null
+++ b/utils/sup/HISTORY
@@ -0,0 +1,2 @@
+2015-01-26 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, PREPARE: spell created
diff --git a/utils/sup/PREPARE b/utils/sup/PREPARE
new file mode 100755
index 0000000..136a218
--- /dev/null
+++ b/utils/sup/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f54e3e2b225d7bf079bb934ed5034e61e38ad474), Ismael Luceno, 01/26/2015

Archive powered by MHonArc 2.6.24.

Top of Page