Accepting request 201651 from home:elvigia:branches:Base:System

- v2013g 
- changes for Morocco, Asia/Tehran

- v2013g 
- changes for Morocco, Asia/Tehran

OBS-URL: https://build.opensuse.org/request/show/201651
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=118
This commit is contained in:
2013-10-02 08:08:58 +00:00
committed by Git OBS Bridge
parent 8b0f353124
commit e79f0e3070
12 changed files with 60 additions and 55 deletions

View File

@@ -1,16 +1,13 @@
Index: zic.c
===================================================================
--- zic.c.orig
+++ zic.c
@@ -624,8 +624,10 @@ dolink(const char *const fromfield, cons
fromname);
result = symlink(symlinkcontents,
toname);
--- timezone-2013g.orig/zic.c
+++ timezone-2013g/zic.c
@@ -646,8 +646,10 @@ dolink(const char *const fromfield, cons
"../");
symlinkcontents = ecatalloc(symlinkcontents, t);
result = symlink(symlinkcontents, toname);
+#if 0
if (result == 0)
-warning(_("hard link failed, symbolic link used"));
+ warning(_("hard link failed, symbolic link used"));
warning(_("hard link failed, symbolic link used"));
+#endif
free(symlinkcontents);
}
#endif /* HAVE_SYMLINK */
if (result != 0) {