diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-11-10 09:29:32 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:04 +0100 |
commit | 08199037033adfe878f4cd7ea55ce7e1710b1974 (patch) | |
tree | df3202f86cce13aacf32d55eb7270f892cfcfb3f | |
parent | b45b8fa9c3fd3490db8115dafc43d132f8658cd4 (diff) | |
download | samba-08199037033adfe878f4cd7ea55ce7e1710b1974.tar.gz samba-08199037033adfe878f4cd7ea55ce7e1710b1974.tar.bz2 samba-08199037033adfe878f4cd7ea55ce7e1710b1974.zip |
r25923: Make sure to install phpldapadmin-config.php
Andrew Bartlett
(This used to be commit 472dd7b318a03fa0166cdf3d15e4f5495de25c2c)
-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 55297c43d9..3a3a7391ee 100755 --- a/source4/script/installmisc.sh +++ b/source4/script/installmisc.sh @@ -25,6 +25,7 @@ cp setup/*.ldif $SETUPDIR || exit 1 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/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 |