[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d339c01ecc97c0b1459ed082d1070f5f9e1c0901)

Vlad Glagolev scm at sourcemage.org
Wed Nov 25 15:08:19 EST 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 audio-drivers/alsa-lib/DETAILS     |    1 +
 audio-drivers/alsa-lib/HISTORY     |    3 +++
 audio-drivers/alsa-lib/init.d/alsa |    2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit d339c01ecc97c0b1459ed082d1070f5f9e1c0901
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    alsa-lib: lsmod moved to /bin

diff --git a/audio-drivers/alsa-lib/DETAILS b/audio-drivers/alsa-lib/DETAILS
index 39f4c48..2998408 100755
--- a/audio-drivers/alsa-lib/DETAILS
+++ b/audio-drivers/alsa-lib/DETAILS
@@ -12,6 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
   FORCE_DOWNLOAD=1
 else
          VERSION=1.0.21a
+      PATCHLEVEL=1
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib/$SOURCE
diff --git a/audio-drivers/alsa-lib/HISTORY b/audio-drivers/alsa-lib/HISTORY
index f4d26e2..990dff7 100644
--- a/audio-drivers/alsa-lib/HISTORY
+++ b/audio-drivers/alsa-lib/HISTORY
@@ -1,3 +1,6 @@
+2009-11-25 Vlad Glagolev <stealth at sourcemage.org>
+	* init.d/alsa: lsmod moved to /bin
+
 2009-09-10 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.0.21a
 
diff --git a/audio-drivers/alsa-lib/init.d/alsa b/audio-drivers/alsa-lib/init.d/alsa
index 7d2770a..bc1e841 100755
--- a/audio-drivers/alsa-lib/init.d/alsa
+++ b/audio-drivers/alsa-lib/init.d/alsa
@@ -20,7 +20,7 @@ probe_module() {
 # $1 -- inclusion pattern
 # $2 -- exclusion pattern (optional)
 remove_module_pattern() {
-  local __LIST=$(/sbin/lsmod | grep -E "$1")
+  local __LIST=$(/bin/lsmod | grep -E "$1")
   [[ -z "$__LIST" ]] && return
 
   if [[ -n "$2" ]]; then



More information about the SM-Commit mailing list