forked from pool/timezone
Marcus Meissner
2f4ae5acab
Timezone update 2016b [boo#971377] OBS-URL: https://build.opensuse.org/request/show/374223 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=170
16 lines
453 B
Diff
16 lines
453 B
Diff
Index: timezone-2016b/zic.c
|
|
===================================================================
|
|
--- timezone-2016b.orig/zic.c
|
|
+++ timezone-2016b/zic.c
|
|
@@ -788,8 +788,10 @@ dolink(char const *fromfield, char const
|
|
memcpy(p, "../", 3);
|
|
strcpy(p, t);
|
|
result = symlink(symlinkcontents, toname);
|
|
+#if 0
|
|
if (result == 0)
|
|
warning(_("hard link failed, symbolic link used"));
|
|
+#endif
|
|
free(symlinkcontents);
|
|
}
|
|
if (result != 0) {
|