Use good ol' fork() + waitpid() for running scriptlets
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 2 May 2011 10:00:53 +0000 (13:00 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 3 May 2011 07:54:42 +0000 (10:54 +0300)
commit5c97ff7d90a2ce244741c3a148fd1dc1712e5480
treeddb1e17887de07818a0f517d30d87d93bbb9ce55
parent5d297141cd647c3cb0a8914e595c56d0ecc9447c
Use good ol' fork() + waitpid() for running scriptlets
- We have no need for anything fancier, this makes 80% of the
  overly complex & subtle semi-threaded and in places just broken
  code in rpmsq.[ch] unused and unnecessary.
lib/rpmscript.c