~ubuntu-branches/ubuntu/vivid/ctdb/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/60-spelling-errors.diff

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Parent
  • Date: 2010-02-10 19:39:13 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210193913-c2kyhrx49cj64z72
Tags: 1.0.111.really.1.0.108-1
* Back to 1.0.108 which works better with samba 3.4.x and 3.5.0
  (See <http://lists.alioth.debian.org/pipermail/pkg-samba-maint/
  2010-February/009100.html>)
* Cheery pick some commits from 1.0.108-3 to 1.0.111-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 server/ctdbd.c        |    2 +-
17
17
 2 files changed, 2 insertions(+), 2 deletions(-)
18
18
 
19
 
Index: b/lib/replace/getpass.c
20
 
===================================================================
 
19
diff --git a/lib/replace/getpass.c b/lib/replace/getpass.c
 
20
index d91d029..787cd1d 100644
21
21
--- a/lib/replace/getpass.c
22
22
+++ b/lib/replace/getpass.c
23
 
@@ -211,7 +211,7 @@
 
23
@@ -211,7 +211,7 @@ char *rep_getpass(const char *prompt)
24
24
        catch_signal(SIGINT, SIGNAL_CAST SIG_DFL);
25
25
 
26
26
        if (gotintr) {
29
29
                fflush(stdout);
30
30
                exit(1);
31
31
        }
32
 
Index: b/server/ctdbd.c
33
 
===================================================================
 
32
diff --git a/server/ctdbd.c b/server/ctdbd.c
 
33
index 8647aad..a8f13a9 100644
34
34
--- a/server/ctdbd.c
35
35
+++ b/server/ctdbd.c
36
 
@@ -139,7 +139,7 @@
 
36
@@ -135,7 +135,7 @@ int main(int argc, const char *argv[])
37
37
                { "no-recmaster", 0, POPT_ARG_NONE, &options.no_recmaster, 0, "disable recmaster role on this node", NULL },
38
38
                { "lvs", 0, POPT_ARG_NONE, &options.lvs, 0, "lvs is enabled on this node", NULL },
39
39
                { "script-log-level", 0, POPT_ARG_INT, &options.script_log_level, DEBUG_ERR, "log level of event script output", NULL },
40
40
-               { "nopublicipcheck", 0, POPT_ARG_NONE, &options.no_publicipcheck, 0, "dont check we have/dont have the correct public ip addresses", NULL },
41
41
+               { "nopublicipcheck", 0, POPT_ARG_NONE, &options.no_publicipcheck, 0, "don't check we have/don't have the correct public ip addresses", NULL },
42
 
                { "max-persistent-check-errors", 0, POPT_ARG_INT,
43
 
                  &options.max_persistent_check_errors, 0,
44
 
                  "max allowed persistent check errors (default 0)", NULL },
 
42
                POPT_TABLEEND
 
43
        };
 
44
        int opt, ret;
 
45
-- 
 
46
1.6.5
 
47