[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1065-gb934426

Günther Deschner gd at samba.org
Mon May 25 13:58:39 GMT 2009


The branch, v3-4-test has been updated
       via  b9344264c0d2108fbbb6ed9b19da9a56b6444211 (commit)
      from  5328f600bbc6535d8880b1b0c74bcfbd9b7a162a (commit)

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


- Log -----------------------------------------------------------------
commit b9344264c0d2108fbbb6ed9b19da9a56b6444211
Author: Günther Deschner <gd at samba.org>
Date:   Mon May 25 15:55:26 2009 +0200

    s3-selftest: fix typo.
    
    Guenther
    (cherry picked from commit 4258750e4f112040b3537c2c479f62b6e59b32e3)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index ee4257f..6174b0f 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -217,10 +217,10 @@ cat >$SERVERCONFFILE<<EOF
 	time server = yes
 
 	add user script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u
-	add group script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper_pl --path $NSS_WRAPPER_GROUP --type group --action add --name %g
+	add group script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_GROUP --type group --action add --name %g
 	add machine script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u
 	delete user script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action delete --name %u
-	delete group script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper_pl --path $NSS_WRAPPER_GROUP --type group --action delete --name %g
+	delete group script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_GROUP --type group --action delete --name %g
 
 	kernel oplocks = no
 	kernel change notify = no


-- 
Samba Shared Repository


More information about the samba-cvs mailing list