mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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
This commit is contained in:
parent
612eec4aa7
commit
8d03b5e224
@ -74,6 +74,8 @@ cp setup/*.zone $SETUPDIR || exit 1
|
|||||||
cp setup/*.conf $SETUPDIR || exit 1
|
cp setup/*.conf $SETUPDIR || exit 1
|
||||||
cp setup/*.php $SETUPDIR || exit 1
|
cp setup/*.php $SETUPDIR || exit 1
|
||||||
cp setup/*.txt $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.dc $SETUPDIR || exit 1
|
||||||
cp setup/provision.smb.conf.member $SETUPDIR || exit 1
|
cp setup/provision.smb.conf.member $SETUPDIR || exit 1
|
||||||
cp setup/provision.smb.conf.standalone $SETUPDIR || exit 1
|
cp setup/provision.smb.conf.standalone $SETUPDIR || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user