mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r23361: Merge from SAMBA_4_0_RELEASE:
Print the smb.conf path being created in provision. Andrew Bartlett (This used to be commit bb583463bf483e1b355647f9fc93afbfcb9d41d3)
This commit is contained in:
parent
815cf409eb
commit
7f2709b397
@ -547,7 +547,7 @@ function provision(subobj, message, blank, paths, session_info, credentials, lda
|
||||
/* only install a new smb.conf if there isn't one there already */
|
||||
var st = sys.stat(paths.smbconf);
|
||||
if (st == undefined) {
|
||||
message("Setting up smb.conf\n");
|
||||
message("Setting up " + paths.smbconf +"\n");
|
||||
setup_file("provision.smb.conf", info.message, paths.smbconf, subobj);
|
||||
lp.reload();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user