Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (50d435fd186edd8750c0d854930fc2c8a39778be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (50d435fd186edd8750c0d854930fc2c8a39778be)
  • Date: Wed, 14 Mar 2007 07:50:51 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 4 ++++
utils/set_rlimits/BUILD | 4 ++++
utils/set_rlimits/DETAILS | 17 +++++++++++++++++
utils/set_rlimits/HISTORY | 2 ++
utils/set_rlimits/INSTALL | 7 +++++++
5 files changed, 34 insertions(+)

New commits:
commit 50d435fd186edd8750c0d854930fc2c8a39778be
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

set_rlimits: new spell, program for manipulating realtime and resource
limits

diff --git a/ChangeLog b/ChangeLog
index 850bf4d..68bbf7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-14 Juuso Alasuutari <iuso AT sourcemage.org>
+ * utils/set_rlimits: New spell, realtime and resource limit
+ manipulation program.
+
2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
* graphics/greycstoration -> graphics/greycstoration-gimp-plugin
* graphics/greycstoration: new spell, a program for anisotropic
diff --git a/utils/set_rlimits/BUILD b/utils/set_rlimits/BUILD
new file mode 100755
index 0000000..de43e5f
--- /dev/null
+++ b/utils/set_rlimits/BUILD
@@ -0,0 +1,4 @@
+# the source includes a precompiled binary so we'll get rid of that first
+make clean &&
+
+make
diff --git a/utils/set_rlimits/DETAILS b/utils/set_rlimits/DETAILS
new file mode 100755
index 0000000..2f2edee
--- /dev/null
+++ b/utils/set_rlimits/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=set_rlimits
+ VERSION=1.2.0
+ SOURCE=$SPELL-$VERSION.tgz
+ SOURCE_URL[0]=http://www.physics.adelaide.edu.au/~jwoithe/$SOURCE
+
SOURCE_HASH=sha512:aca427f69eac8cb70a8baae8e1dba9479511703e35eeefa8f4c1f84a16d9283940189f9298ca693197e104b85d1e791ca07b07bf3b525922b032622b147def68
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.physics.adelaide.edu.au/~jwoithe/
+ ENTERED=20070314
+ LICENSE[0]=GPL
+ KEYWORDS="utils"
+ SHORT="Program for controlling realtime and resource limits."
+cat << EOF
+set_rlimits is a small wrapper program to allow people to take advantage of
+the realtime resource limit extensions available in Linux kernels 2.6.12 and
+later without having to resort to using a PAM module. In addition, several
+other resource limits can be manipulated by the program.
+EOF
diff --git a/utils/set_rlimits/HISTORY b/utils/set_rlimits/HISTORY
new file mode 100644
index 0000000..3032cac
--- /dev/null
+++ b/utils/set_rlimits/HISTORY
@@ -0,0 +1,2 @@
+2007-03-14 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: Created spell.
diff --git a/utils/set_rlimits/INSTALL b/utils/set_rlimits/INSTALL
new file mode 100755
index 0000000..1ef650f
--- /dev/null
+++ b/utils/set_rlimits/INSTALL
@@ -0,0 +1,7 @@
+# set_rlimits needs to be setuid root to actually work
+install -o root -g root set_rlimits "$INSTALL_ROOT/usr/bin/set_rlimits" &&
+chmod u+s "$INSTALL_ROOT/usr/bin/set_rlimits" &&
+
+cp set_rlimits.8 "$INSTALL_ROOT/usr/share/man/man8/" &&
+
+install_config_file set_rlimits.conf "$INSTALL_ROOT/etc/set_rlimits.conf"




Archive powered by MHonArc 2.6.24.

Top of Page