[SCM] Samba Shared Repository - branch master updated - fcf6740d3f6adab2bcaea819c4e84126555ce3e0

Jelmer Vernooij jelmer at samba.org
Thu Sep 18 13:17:26 GMT 2008


The branch, master has been updated
       via  fcf6740d3f6adab2bcaea819c4e84126555ce3e0 (commit)
      from  0379d9c151359f0f74cbe7883e73a87b7d96d48d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fcf6740d3f6adab2bcaea819c4e84126555ce3e0
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu Sep 18 15:16:48 2008 +0200

    Fix location of nss_wrapper.pl script.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 15e48b0..0894b25 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -166,9 +166,9 @@ cat >$SERVERCONFFILE<<EOF
 	domain logons = yes
 	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 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
+	add user script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u
+	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
 
 	kernel oplocks = no
 	kernel change notify = no


-- 
Samba Shared Repository


More information about the samba-cvs mailing list