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

George Sherwood scm at sourcemage.org
Fri Oct 24 08:49:25 EDT 2008


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                        &&
 



More information about the SM-Commit mailing list