From cf016f972b931b54c155ca8e6df485e05c37b034 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 30 Aug 2005 16:09:38 +0000 Subject: r9805: Add 'data' property to param EJS object Write out new smb.conf file. Parameters that have disappeared between Samba 3 and 4 will optionally be prefixed with 'samba3:' (This used to be commit 27eefbd9059fe0a3daca15a71da7b4cb88ed22ec) --- source4/setup/upgrade | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/setup/upgrade') diff --git a/source4/setup/upgrade b/source4/setup/upgrade index 22090b8cc6..6f10096a45 100755 --- a/source4/setup/upgrade +++ b/source4/setup/upgrade @@ -73,10 +73,6 @@ if (samba3 == undefined) { exit(1); } -message("Writing smb.conf\n"); -var smbconf = upgrade_smbconf(samba3); -// FIXME: Write! - message("Provisioning\n"); var subobj = upgrade_provision(samba3); provision(subobj, message, options.blank); -- cgit