From b5c3f7a308f9f1eae3d4b84304405e01a52ba85e520028ac474191b4d5adfc68 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 25 Aug 2010 10:04:16 +0000 Subject: [PATCH] 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 --- timezone-java.changes | 5 +++++ timezone.changes | 5 +++++ tzcode-link.diff | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/timezone-java.changes b/timezone-java.changes index 7e7fef8..fdba377 100644 --- a/timezone-java.changes +++ b/timezone-java.changes @@ -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 diff --git a/timezone.changes b/timezone.changes index 7e7fef8..fdba377 100644 --- a/timezone.changes +++ b/timezone.changes @@ -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 diff --git a/tzcode-link.diff b/tzcode-link.diff index 9e46e13..d83bab7 100644 --- a/tzcode-link.diff +++ b/tzcode-link.diff @@ -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;