Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (5ed91dbfd21cde83396969bf391e0d82acbe839d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (5ed91dbfd21cde83396969bf391e0d82acbe839d)
  • Date: Mon, 14 Jan 2008 18:54:48 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
utils/memconf/BUILD | 1 +
utils/memconf/DEPENDS | 2 ++
utils/memconf/DETAILS | 22 ++++++++++++++++++++++
utils/memconf/HISTORY | 3 +++
utils/memconf/INSTALL | 3 +++
utils/memconf/PRE_BUILD | 6 ++++++
utils/memconf/memconf.gz.sig |binary
utils/memconf/memconf.man.sig |binary
9 files changed, 40 insertions(+)

New commits:
commit 5ed91dbfd21cde83396969bf391e0d82acbe839d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

memconf: Added a memory configuration listing tool

diff --git a/ChangeLog b/ChangeLog
index 9b8f749..aa2ca65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-14 Eric Sandall <sandalle AT sourcemage.org>
+ * utils/memconf: Memory configuration tool
+
2008-01-14 Elisamuel Resto <ryuji AT sourcemage.org>
* http/xcache -> php-pear/xcache: xcache is a php extension

diff --git a/utils/memconf/BUILD b/utils/memconf/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/memconf/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/memconf/DEPENDS b/utils/memconf/DEPENDS
new file mode 100755
index 0000000..39cdea2
--- /dev/null
+++ b/utils/memconf/DEPENDS
@@ -0,0 +1,2 @@
+depends dmidecode &&
+depends perl
diff --git a/utils/memconf/DETAILS b/utils/memconf/DETAILS
new file mode 100755
index 0000000..086446e
--- /dev/null
+++ b/utils/memconf/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=memconf
+ VERSION=2.4
+ SOURCE=$SPELL.gz
+ SOURCE2=$SPELL.man
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://myweb.cableone.net/4schmidts/unix/$SOURCE
+ SOURCE2_URL[0]=http://myweb.cableone.net/4schmidts/unix/$SOURCE2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ SOURCE2_GPG="gurus.gpg:$SOURCE2.sig:WORKS_FOR_ME"
+ LICENSE[0]=GPL
+ WEB_SITE=http://myweb.cableone.net/4schmidts/memconf.html
+ KEYWORDS="utils"
+ ENTERED=20080114
+ SHORT="memory module reporting script"
+cat << EOF
+memconf reports the size of each SIMM/DIMM memory module installed in a
system.
+It also reports the system type and any empty memory sockets. In verbose
mode,
+it also reports the following information if available:
+
+ * banner name, model, and CPU/system frequencies
+ * address range and bank numbers for each module
+EOF
diff --git a/utils/memconf/HISTORY b/utils/memconf/HISTORY
new file mode 100644
index 0000000..b5b7e41
--- /dev/null
+++ b/utils/memconf/HISTORY
@@ -0,0 +1,3 @@
+2008-01-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created
+
diff --git a/utils/memconf/INSTALL b/utils/memconf/INSTALL
new file mode 100755
index 0000000..78e5e77
--- /dev/null
+++ b/utils/memconf/INSTALL
@@ -0,0 +1,3 @@
+install -m 0755 memconf $INSTALL_ROOT/usr/sbin/memconf &&
+install -m 0644 $SOURCE_CACHE/$SOURCE2 \
+ $INSTALL_ROOT/usr/share/man/man1/memconf.1
diff --git a/utils/memconf/PRE_BUILD b/utils/memconf/PRE_BUILD
new file mode 100755
index 0000000..7dd7ac8
--- /dev/null
+++ b/utils/memconf/PRE_BUILD
@@ -0,0 +1,6 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+verify_file '' &&
+verify_file '2' &&
+cp $SOURCE_CACHE/$SOURCE . &&
+gunzip $SOURCE
diff --git a/utils/memconf/memconf.gz.sig b/utils/memconf/memconf.gz.sig
new file mode 100644
index 0000000..221557b
Binary files /dev/null and b/utils/memconf/memconf.gz.sig differ
diff --git a/utils/memconf/memconf.man.sig b/utils/memconf/memconf.man.sig
new file mode 100644
index 0000000..22aaa2e
Binary files /dev/null and b/utils/memconf/memconf.man.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (5ed91dbfd21cde83396969bf391e0d82acbe839d), Eric Sandall, 01/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page