SHA256
1
0
forked from pool/xdm

Accepting request 144600 from home:WernerFink:branches:X11:XOrg

- Be aware the mktemp(1) without XXXXXX will do exactly nothing,
  therefore use mv(1) which uses rename(2) on the same file system
  to use the files created by mktemp(1) to the log output file

OBS-URL: https://build.opensuse.org/request/show/144600
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=24
This commit is contained in:
2012-12-10 12:59:49 +00:00
committed by Git OBS Bridge
parent acfcedf49a
commit d5ff00e8ae
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 7 13:03:15 UTC 2012 - werner@suse.de
- Be aware the mktemp(1) without XXXXXX will do exactly nothing,
therefore use mv(1) which uses rename(2) on the same file system
to use the files created by mktemp(1) to the log output file
-------------------------------------------------------------------
Mon Nov 19 17:31:17 CET 2012 - fcrozat@suse.com