The Samba-Bugzilla – Attachment 6204 Details for
Bug 7919
upgradeprovision output and help messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix typo I introduced in previous patch and use better word.
0002-s4-upgradeprovision-Typo-and-better-word.patch (text/plain), 1.40 KB, created by
Michael Wood
on 2011-01-14 15:23:52 UTC
(
hide
)
Description:
Fix typo I introduced in previous patch and use better word.
Filename:
MIME Type:
Creator:
Michael Wood
Created:
2011-01-14 15:23:52 UTC
Size:
1.40 KB
patch
obsolete
>From 47ccf09704acbf0af50896bc1c2f0501aec36d1d Mon Sep 17 00:00:00 2001 >From: Michael Wood <esiotrot@gmail.com> >Date: Sat, 8 Jan 2011 15:08:47 +0200 >Subject: [PATCH 2/3] s4/upgradeprovision: Typo and better word. > >--- > source4/scripting/bin/upgradeprovision | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision >index 297d38a..b1be0ca 100755 >--- a/source4/scripting/bin/upgradeprovision >+++ b/source4/scripting/bin/upgradeprovision >@@ -268,7 +268,7 @@ def sanitychecks(samdb, names): > elif len(res) != 1: > print "Found %d domain controllers. For the moment " \ > "upgradeprovision is not able to handle an upgrade on a " \ >- "domain with more than one DC. PLease demote the other " \ >+ "domain with more than one DC. Please demote the other " \ > "DC(s) before upgrading" % len(res) > return False > else: >@@ -1828,7 +1828,7 @@ if __name__ == '__main__': > > shutil.rmtree(provisiondir) > except StandardError, err: >- message(ERROR, "A problem occurred when trying to upgrade your " >+ message(ERROR, "A problem occurred while trying to upgrade your " > "provision. A full backup is located at %s" % backupdir) > if opts.debugall or opts.debugchange: > (typ, val, tb) = sys.exc_info() >-- >1.7.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7919
: 6204 |
6205