[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Tue Nov 24 15:50:00 MST 2009


The branch, master has been updated
       via  a6e8e87... s4:installmisc - install also the new "domainlevel" tool from the setup dir
      from  f299c19... s4: Check SUN compiler and remove "-fullwarn" when using it

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


- Log -----------------------------------------------------------------
commit a6e8e87c5532687c858d12c2628ecee70729bc71
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Tue Nov 24 22:24:00 2009 +0100

    s4:installmisc - install also the new "domainlevel" tool from the setup dir

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

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


Changeset truncated at 500 lines:

diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh
index 8e3f723..d0376b3 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -12,7 +12,7 @@ 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
+for p in domainlevel enableaccount newuser provision setexpiry setpassword pwsettings
 do
 	chmod a+x setup/$p
 	cp setup/$p $SETUPDIR || exit 1


-- 
Samba Shared Repository


More information about the samba-cvs mailing list