[SM-Commit] GIT changes to master grimoire by Eric Sandall (170b4eb3e8c31b9e7f2a949cb48740c00438e093)

Eric Sandall scm at sourcemage.org
Sun Jun 28 23:47:38 EDT 2009


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

 libs/glibc/DETAILS |    2 +-
 libs/glibc/HISTORY |    6 +-----
 libs/glibc/INSTALL |    6 +-----
 3 files changed, 3 insertions(+), 11 deletions(-)

New commits:
commit 170b4eb3e8c31b9e7f2a949cb48740c00438e093
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Revert "glibc: fixed a warning by creating proper db dir"
    
    This reverts commit 5d83e318e5a66e5c6b4aca960fcaf2fb5e76d9d8.
    
    init.d/nscd already creates the missing directories when it is run.

diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index fedea2f..e284b61 100755
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -49,7 +49,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE4_GPG=gnu.gpg:$SOURCE4.sig:UPSTREAM_KEY
   SOURCE5_IGNORE=signature
   fi
-      PATCHLEVEL=1
+      PATCHLEVEL=0
   fi
   if [[ $GLIBC_SANITIZE_HEADERS == n ]]; then
  HEADERS_VERSION=2.6.29
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 0bb24b1..4f3b2a8 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,7 +1,3 @@
-2009-06-26 Vlad Glagolev <stealth at sourcemage.org>
-	* DETAILS: PATCHLEVEL=1
-	* INSTALL: create db dir if the user chose to install init script
-
 2009-06-09 Eric Sandall <sandalle at sourcemage.org>
 	* init.d/nscd: Also requires /var/db/nscd to exist
 
@@ -52,7 +48,7 @@
 	  query for sanitized kernel headers
 	* BUILD, PRE_BUILD: adapt for sanitized kernel headers
 
-2008-11-07 Julien "_kaze_" ROZO <julien at rozo.org>
+2008-11-07 : Julien "_kaze_" ROZO <julien at rozo.org>
 	* fnstsw.patch: added, fix asm compilation issue for version 2.7
 	  with latest binutils
 	* PRE_BUILD: apply fnstsw.patch
diff --git a/libs/glibc/INSTALL b/libs/glibc/INSTALL
index 06c9d23..28360b0 100755
--- a/libs/glibc/INSTALL
+++ b/libs/glibc/INSTALL
@@ -52,8 +52,4 @@ if  !  grep  -q  "/usr/lib"  $INSTALL_ROOT/etc/ld.so.conf;  then
 fi  &&
 
 install_config_file  $SOURCE_DIRECTORY/nscd/nscd.conf  \
-                     $INSTALL_ROOT/etc/nscd.conf &&
-
-if [[ $INIT_INSTALLED ]]; then
-  mkdir -p "$INSTALL_ROOT/var/db/nscd"
-fi
+                     $INSTALL_ROOT/etc/nscd.conf



More information about the SM-Commit mailing list