[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Wed Nov 11 00:38:08 MST 2009


The branch, master has been updated
       via  594426a... * install setup/display-specifiers files which are needed by provision script
      from  2b75933... s3: Convert libsmb/cli_message to the async API

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


- Log -----------------------------------------------------------------
commit 594426a99800d86b0be092b248ae0c558861ca04
Author: TAKEDA Yasuma <yasuma at osstech.co.jp>
Date:   Mon Nov 9 12:18:48 2009 +0900

    * install setup/display-specifiers files which are needed by provision script
    
    Signed-off-by: TAKEDA Yasuma <yasuma at osstech.co.jp>

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

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


Changeset truncated at 500 lines:

diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh
index 8bf80b2..8e3f723 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -9,7 +9,9 @@ cd $SRCDIR || exit 1
 echo "Installing setup templates"
 mkdir -p $SETUPDIR || exit 1
 mkdir -p $SETUPDIR/ad-schema || exit 1
+mkdir -p $SETUPDIR/display-specifiers || exit1
 cp setup/ad-schema/*.txt $SETUPDIR/ad-schema || exit 1
+cp setup/display-specifiers/*.txt $SETUPDIR/display-specifiers || exit 1
 for p in enableaccount newuser provision setexpiry setpassword pwsettings
 do
 	chmod a+x setup/$p


-- 
Samba Shared Repository


More information about the samba-cvs mailing list