forked from pool/timezone
b57b471fe2
- update to 2012h (bnc#787005): * Samoa fall 2012 and later * Palestine fall 2012 * Bahia no longer has DST * Tocantins has DST * Israel has new DST rules next year * Jordan stays on DST this winter - update to 2012h (bnc#787005): * Samoa fall 2012 and later * Palestine fall 2012 * Bahia no longer has DST * Tocantins has DST * Israel has new DST rules next year * Jordan stays on DST this winter OBS-URL: https://build.opensuse.org/request/show/139567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=66
17 lines
478 B
Diff
17 lines
478 B
Diff
Index: zic.c
|
|
===================================================================
|
|
--- zic.c.orig
|
|
+++ zic.c
|
|
@@ -625,8 +625,10 @@ dolink(const char *const fromfield, cons
|
|
fromname);
|
|
result = symlink(symlinkcontents,
|
|
toname);
|
|
+#if 0
|
|
if (result == 0)
|
|
-warning(_("hard link failed, symbolic link used"));
|
|
+ warning(_("hard link failed, symbolic link used"));
|
|
+#endif
|
|
free(symlinkcontents);
|
|
}
|
|
#endif /* HAVE_SYMLINK */
|