Skip to Content.
Sympa Menu

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

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 (308a8e68ace6216dc47fcce937777cdd1d0ec58f)
  • Date: Sat, 24 Jan 2009 02:22:32 -0600

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

ChangeLog | 4 ++++
FUNCTIONS | 15 ---------------
2 files changed, 4 insertions(+), 15 deletions(-)

New commits:
commit 308a8e68ace6216dc47fcce937777cdd1d0ec58f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

FUNCTIONS: Removed simple form duplicate get_kernel_version()
Should fix Bug #10771

diff --git a/ChangeLog b/ChangeLog
index 9a80f51..d13c166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-23 Eric Sandall <sandalle AT sourcemage.org>
+ * FUNCTIONS: Removed simple form duplicate get_kernel_version()
+ Should fix Bug #10771
+
2009-01-23 George Sherwood <gsherwood AT sourcemage.org>
* chat-im/centericq: spell deprecated [Broke build. No updates.]

diff --git a/FUNCTIONS b/FUNCTIONS
index 44bf5e9..24bc4d4 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -575,21 +575,6 @@ function get_sorcery_kernel_version()
installed_version linux || echo "-1"
}

-#-------------------------------------------------------------------------
-## Print the version of the kernel defined in USE_KERNEL_VERSION or,
-## lacking that, the version of either the installed linux spell or the
-## running kernel.
-#-------------------------------------------------------------------------
-function get_kernel_version()
-{
- if [[ $USE_KERNEL_VERSION ]]
- then
- echo "$USE_KERNEL_VERSION"
- else
- installed_version linux || get_running_kernel_version
- fi
-}
-
#-----------------------------------------------------------------------
## Print the kernel config status of the running kernel for the option
## defined in $1.



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (308a8e68ace6216dc47fcce937777cdd1d0ec58f), Eric Sandall, 01/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page