forked from pool/timezone
Accepting request 202132 from Base:System
- tzcode-link.diff: refresh patch to apply correctly on older versions of the distribution. (forwarded request 201982 from leonardocf) OBS-URL: https://build.opensuse.org/request/show/202132 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=79
This commit is contained in:
parent
88e72f668f
commit
010c17793c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 23:35:00 UTC 2013 - lchiquitto@suse.com
|
||||
|
||||
- tzcode-link.diff: refresh patch to apply correctly on older
|
||||
versions of the distribution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 22:27:14 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 23:35:00 UTC 2013 - lchiquitto@suse.com
|
||||
|
||||
- tzcode-link.diff: refresh patch to apply correctly on older
|
||||
versions of the distribution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 22:27:14 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: zic.c
|
||||
Index: timezone-2013g/zic.c
|
||||
===================================================================
|
||||
--- zic.c.orig
|
||||
+++ zic.c
|
||||
@@ -576,6 +576,23 @@ _("%s: More than one -L option specified
|
||||
--- timezone-2013g.orig/zic.c
|
||||
+++ timezone-2013g/zic.c
|
||||
@@ -593,6 +593,23 @@ _("%s: More than one -L option specified
|
||||
return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
@ -26,12 +26,12 @@ Index: zic.c
|
||||
static void
|
||||
dolink(const char *const fromfield, const char *const tofield)
|
||||
{
|
||||
@@ -609,6 +626,8 @@ dolink(const char *const fromfield, cons
|
||||
@@ -627,6 +644,8 @@ dolink(const char *const fromfield, cons
|
||||
exit(EXIT_FAILURE);
|
||||
|
||||
result = link(fromname, toname);
|
||||
+ if (result != 0)
|
||||
+ result = copy(fromname, toname);
|
||||
#if HAVE_SYMLINK
|
||||
if (result != 0 &&
|
||||
access(fromname, F_OK) == 0 &&
|
||||
if (result != 0) {
|
||||
const char *s = fromfield;
|
||||
const char *t;
|
||||
|
Loading…
Reference in New Issue
Block a user