Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/updatedd/files: updatedd-2.6-options.patch
Date: Tue, 01 Apr 2008 10:36:56
Message-Id: E1JgdrJ-0007It-NF@stork.gentoo.org
1 dragonheart 08/04/01 10:36:53
2
3 Added: updatedd-2.6-options.patch
4 Log:
5 fix SEGV thanks to patch supplied by Alexandre Ferreir in bug #195709. also added version bump
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-dns/updatedd/files/updatedd-2.6-options.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/files/updatedd-2.6-options.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/files/updatedd-2.6-options.patch?rev=1.1&content-type=text/plain
13
14 Index: updatedd-2.6-options.patch
15 ===================================================================
16 --- updatedd-2.6/src/updatedd.c.orig 2008-04-01 19:00:30.000000000 +1100
17 +++ updatedd-2.6/src/updatedd.c 2008-04-01 19:01:17.000000000 +1100
18 @@ -272,7 +272,8 @@
19 int c, option_index = 0;
20 static struct option long_options[] = {
21 { "help", 0, 0, 'h' },
22 - { "version", 0, 0, 'v' }
23 + { "version", 0, 0, 'v' },
24 + { 0, 0, 0, 0 }
25 };
26
27 c = getopt_long(argc, argv, "LY",
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list