[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1298-gf142ae8

Karolin Seeger kseeger at samba.org
Sat Sep 19 11:04:02 MDT 2009


The branch, v3-4-test has been updated
       via  f142ae80e344f098fb01a4c154a9fe46ed9a4eae (commit)
      from  2a2779bb752d83ff51161a7e5d62ca21c4e6c909 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit f142ae80e344f098fb01a4c154a9fe46ed9a4eae
Author: Lars Müller <lars at samba.org>
Date:   Mon Feb 2 21:38:38 2009 +0100

    Adjust regex to match variable names including underscores
    
    This is required to get the CIFSUPCALL_PROGS setting extracted from
    config.log.
    (cherry picked from commit 5148eefe1ea6e215dcbf4ffaa642860bd8dab45f)
    
    Fix for bug #6710.

-----------------------------------------------------------------------

Summary of changes:
 source3/script/installman.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/installman.sh b/source3/script/installman.sh
index 75e5381..085e862 100755
--- a/source3/script/installman.sh
+++ b/source3/script/installman.sh
@@ -20,7 +20,7 @@ fi
 
 # Get the configured feature set
 test -f "${SRCDIR}/config.log" && \
-	eval `grep "^[[:alnum:]]*=.*" "${SRCDIR}/config.log"`
+	eval `grep "^[[:alnum:]_]*=.*" "${SRCDIR}/config.log"`
 
 for lang in $langs; do
     if [ "X$lang" = XC ]; then


-- 
Samba Shared Repository


More information about the samba-cvs mailing list