SHA256
1
0
forked from pool/timezone

Accepting request 46178 from home:oertel:branches:openSUSE:Factory

Copy from home:oertel:branches:openSUSE:Factory/timezone via accept of submit request 46178 revision 2.
Request was accepted with message:
reviewed ok. thanks\!

OBS-URL: https://build.opensuse.org/request/show/46178
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=28
This commit is contained in:
Petr Baudis 2010-08-25 10:04:16 +00:00 committed by Git OBS Bridge
parent 6616e71e99
commit b5c3f7a308
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 25 11:59:01 CEST 2010 - ro@suse.de
- add missing sentinel to tzcode-link.diff
-------------------------------------------------------------------
Tue Aug 24 12:11:51 CEST 2010 - pbaudis@suse.cz

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 25 11:59:01 CEST 2010 - ro@suse.de
- add missing sentinel to tzcode-link.diff
-------------------------------------------------------------------
Tue Aug 24 12:11:51 CEST 2010 - pbaudis@suse.cz

View File

@ -10,7 +10,7 @@
+const char * const toname;
+{
+ if (!fork()) {
+ execlp("cp", "cp", fromname, toname);
+ execlp("cp", "cp", fromname, toname, (char*) NULL);
+ _exit(1);
+ }
+ int s;