New commits:
commit ac6a1704191d72e5601526cb804bd8a684451cc2
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
webmin: fix bad logic in INSTALL #7552
diff --git a/collab/webmin/HISTORY b/collab/webmin/HISTORY
index c7e1074..7de62a2 100644
--- a/collab/webmin/HISTORY
+++ b/collab/webmin/HISTORY
@@ -1,3 +1,7 @@
+2007-12-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: fix spell name, still had caps
+ fix bad logic, remnants of #7552
+
2007-12-26 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.390
diff --git a/collab/webmin/INSTALL b/collab/webmin/INSTALL
index 5370c0b..9649800 100755
--- a/collab/webmin/INSTALL
+++ b/collab/webmin/INSTALL
@@ -23,8 +23,11 @@ real_os_type="Source Mage GNU/Linux" &&
real_os_version="1.0" &&
atboot=1 &&
nostart="1" &&
-ssl=0 &&
-spell_ok Net-SSLeay && ssl=1 ||
+if is_depends_enabled $SPELL net-ssleay; then
+ ssl=1
+else
+ ssl=0
+fi &&
login="admin" &&
password="" &&
for (( C = 0; C < 8; ++C )) do
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ac6a1704191d72e5601526cb804bd8a684451cc2),
Jaka Kranjc, 12/26/2007