svn commit: samba r23360 - in branches/SAMBA_4_0_RELEASE/source/scripting/libjs: .

abartlet at samba.org abartlet at samba.org
Wed Jun 6 01:33:21 GMT 2007


Author: abartlet
Date: 2007-06-06 01:33:20 +0000 (Wed, 06 Jun 2007)
New Revision: 23360

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23360

Log:
I think it is useful to print the full path to the smb.conf being set up.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0_RELEASE/source/scripting/libjs/provision.js


Changeset:
Modified: branches/SAMBA_4_0_RELEASE/source/scripting/libjs/provision.js
===================================================================
--- branches/SAMBA_4_0_RELEASE/source/scripting/libjs/provision.js	2007-06-06 00:42:10 UTC (rev 23359)
+++ branches/SAMBA_4_0_RELEASE/source/scripting/libjs/provision.js	2007-06-06 01:33:20 UTC (rev 23360)
@@ -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