Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (16abb75fc19fd8b3116714681c4738eda818476f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (16abb75fc19fd8b3116714681c4738eda818476f)
  • Date: Fri, 24 Oct 2008 07:49:25 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

collab/webmin/DETAILS | 4 ++--
collab/webmin/HISTORY | 5 +++++
collab/webmin/INSTALL | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit d772a043a930d5c9e18ffcee2791ba64e8f0c41a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

webmin: Updated to version 1.440. Change back to export in
the install vice persistent_add. persistent_add did not make
the variable available to install.sh and caused the install
to be interactive.

diff --git a/collab/webmin/DETAILS b/collab/webmin/DETAILS
index 012be2b..0abfb23 100755
--- a/collab/webmin/DETAILS
+++ b/collab/webmin/DETAILS
@@ -1,9 +1,9 @@
SPELL=webmin
- VERSION=1.430
+ VERSION=1.440
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/webadmin/$SOURCE
-
SOURCE_HASH=sha512:a51b62ec3aabefb8770f8ca6b4ef00b5615131c53c66dff863217b51cb086ea02db9f513198d28656e0dfce43d3e73a1a9db0f8295dfacb556fa8c87de4d5bca
+
SOURCE_HASH=sha512:3e715d8df0e2a8f60f58b700d50708be7ad8f1ab5e96455b3fd6092e43353ba8cac391df5d3e7dcdd3f09082bd4be988242f54a1d34b2a940520cb7a25948455
WEB_SITE=http://www.webmin.com/
ENTERED=20020415
ARCHIVE="off"
diff --git a/collab/webmin/HISTORY b/collab/webmin/HISTORY
index 8153fcf..8a39284 100644
--- a/collab/webmin/HISTORY
+++ b/collab/webmin/HISTORY
@@ -1,3 +1,8 @@
+2008-10-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 1.440
+ * INSTALL: use export vice persistent_add which was causing
+ the install to go interactive.
+
2008-08-20 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.430

diff --git a/collab/webmin/INSTALL b/collab/webmin/INSTALL
index d899398..9649800 100755
--- a/collab/webmin/INSTALL
+++ b/collab/webmin/INSTALL
@@ -33,7 +33,7 @@ password="" &&
for (( C = 0; C < 8; ++C )) do
password="${password}${ALPHABET:RANDOM % 36:1}"
done &&
-persistent_add config_dir var_dir perl host port \
+export config_dir var_dir perl host port \
os_type os_version real_os_type real_os_version \
atboot ssl login password nostart &&




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (16abb75fc19fd8b3116714681c4738eda818476f), George Sherwood, 10/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page