SHA256
1
0
forked from pool/timezone
timezone/tzcode-zic.diff
Stephan Kulow b57b471fe2 Accepting request 139567 from Base:System
- 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
2012-10-29 19:13:44 +00:00

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 */