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:
parent
6616e71e99
commit
b5c3f7a308
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user