[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Wed Feb 24 15:50:45 MST 2010


The branch, master has been updated
       via  8d03b5e... s4:install Fix bug #7149 reported by JHT.
      from  612eec4... s4:scripting/devel Allow tmpfs script to be re-run

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


- Log -----------------------------------------------------------------
commit 8d03b5e2246ddb234cc3199daff03d4763e6d030
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Feb 24 19:19:41 2010 +1100

    s4:install Fix bug #7149 reported by JHT.
    
    We need to install named.conf.update for provision to succeed from the
    installed setup file.
    
    Andrew Bartlett

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

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 15fc645..da979ea 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -74,6 +74,8 @@ cp setup/*.zone $SETUPDIR || exit 1
 cp setup/*.conf $SETUPDIR || exit 1
 cp setup/*.php $SETUPDIR || exit 1
 cp setup/*.txt $SETUPDIR || exit 1
+cp setup/named.conf $SETUPDIR || exit 1
+cp setup/named.conf.update $SETUPDIR || exit 1
 cp setup/provision.smb.conf.dc $SETUPDIR || exit 1
 cp setup/provision.smb.conf.member $SETUPDIR || exit 1
 cp setup/provision.smb.conf.standalone $SETUPDIR || exit 1


-- 
Samba Shared Repository


More information about the samba-cvs mailing list