diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-29 18:38:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-29 18:38:17 +1000 |
commit | b7c8e020a6f7221d6d10f2dd7610a232edeedf83 (patch) | |
tree | c35a97723edc144c38d7fcc306404e63643ed6ab /source4/script | |
parent | ea039105b2b728c2a5713800c4c3165fc5f3e575 (diff) | |
download | samba-b7c8e020a6f7221d6d10f2dd7610a232edeedf83.tar.gz samba-b7c8e020a6f7221d6d10f2dd7610a232edeedf83.tar.bz2 samba-b7c8e020a6f7221d6d10f2dd7610a232edeedf83.zip |
Print prefixMap in a human-readable format.
This should allow the prefixMap to be edited, until we find the right
way to autogenerate it.
Andrew Bartlett
(This used to be commit 24ae9a55ec326807afd8d5bfa0a422a6668bd7c3)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/installmisc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh index 4707aafdbd..5f7e11f083 100755 --- a/source4/script/installmisc.sh +++ b/source4/script/installmisc.sh @@ -25,6 +25,7 @@ cp setup/*.reg $SETUPDIR || exit 1 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/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 |