From b316b78cd5d2c511f59ef325c5e8fec68e02ddfe Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 20 Oct 2006 15:20:48 +0000 Subject: [PATCH] r19427: print out the currect name metze (This used to be commit 0fcdc8c243f50da5a1203370740ac8d022a5cfdc) --- source4/scripting/libjs/provision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js index 2eac2b731cf..b267cde5752 100644 --- a/source4/scripting/libjs/provision.js +++ b/source4/scripting/libjs/provision.js @@ -475,7 +475,7 @@ function provision(subobj, message, blank, paths, session_info, credentials) /* only install a new shares config db if there is none */ st = sys.stat(paths.shareconf); if (st == undefined) { - message("Setting up sconf.ldb\n"); + message("Setting up share.ldb\n"); setup_ldb("share.ldif", info, paths.shareconf); } message("Setting up secrets.ldb\n"); -- 2.34.1