Commit Graph

4 Commits

Author SHA1 Message Date
Alexey Tourbin
312c51d845 pdeath_execute.c: remove X_OK check, use execvp(3)
Both (F_OK|X_OK) cannot be tested at the same time, which means that
X_OK is X_OK for directories, too.  And anyway there's a huge period
of time between X_OK test and exec.  So I remove the test which cannot
be performed reliably.  As a bonus, I also replace execv() with execvp().
2008-07-07 05:33:00 +04:00
5416277102 Removed cvsid tags. 2006-05-14 17:05:34 +04:00
f9ad206e5c updated copyright information 2003-02-01 17:48:24 +00:00
8b8d4d39aa sync with rpm4 branch: added new files 2002-03-25 20:37:46 +00:00