svn commit: samba r23361 - in
branches/SAMBA_4_0/source/scripting/libjs: .
abartlet at samba.org
abartlet at samba.org
Wed Jun 6 01:36:16 GMT 2007
Author: abartlet
Date: 2007-06-06 01:36:15 +0000 (Wed, 06 Jun 2007)
New Revision: 23361
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23361
Log:
Merge from SAMBA_4_0_RELEASE:
Print the smb.conf path being created in provision.
Andrew Bartlett
Modified:
branches/SAMBA_4_0/source/scripting/libjs/provision.js
Changeset:
Modified: branches/SAMBA_4_0/source/scripting/libjs/provision.js
===================================================================
--- branches/SAMBA_4_0/source/scripting/libjs/provision.js 2007-06-06 01:33:20 UTC (rev 23360)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js 2007-06-06 01:36:15 UTC (rev 23361)
@@ -547,7 +547,7 @@
/* 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();
}
More information about the samba-cvs
mailing list