diff options
author | Alexander Bokovoy <ab@samba.org> | 2005-02-02 12:02:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:29 -0500 |
commit | 1774b36c1464e1f04f982b83577e62fa31cbeef9 (patch) | |
tree | f82a066bbad4dd253b01cad4c44887ba176f2989 /source4/script/provision.pl | |
parent | 906ca09578297d06eb839661535c2ed3e2e1b35a (diff) | |
download | samba-1774b36c1464e1f04f982b83577e62fa31cbeef9.tar.gz samba-1774b36c1464e1f04f982b83577e62fa31cbeef9.tar.bz2 samba-1774b36c1464e1f04f982b83577e62fa31cbeef9.zip |
r5173: Refer to a proper zone file name in resulting message
(This used to be commit 0c96cc8babf222731375a59e86c64468c6dbda33)
Diffstat (limited to 'source4/script/provision.pl')
-rwxr-xr-x | source4/script/provision.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/provision.pl b/source4/script/provision.pl index 239e6ead83..c3c7fc13c2 100755 --- a/source4/script/provision.pl +++ b/source4/script/provision.pl @@ -437,7 +437,7 @@ print " Installation: - Please move $newdb/*.ldb to the private/ directory of your Samba4 installation -- Please use $newdb/dnsdomain.zone in BIND on your dns server +- Please use $newdb/$dnsdomain.zone in BIND on your dns server "; |