Use execprog() instead of system() ... partly transition
authormarkus schnalke <meillo@marmaro.de>
Wed, 14 Jan 2015 06:31:49 +0000 (07:31 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 14 Jan 2015 06:31:49 +0000 (07:31 +0100)
commit8bf8e1e29df17658c3d77629e17f88bf9159e21b
tree208252029e2de2be44eebe57de0f0f2c1ef86937
parent0127c00f735b9e38608676b9f7bd3c6e38a7ffb4
Use execprog() instead of system() ... partly transition

There are several more places where system() should be replaced.

As execprog() does not split strings into multiple arguments,
`listproc' could no longer contain ``show -file''. We need to
rework the concept of these `...proc' entries.

This commit fixes tests/whatnow/test-attach-detach.
config/config.c
man/mh-profile.man5
uip/new.c
uip/repl.c
uip/send.c
uip/spost.c
uip/whatnow.c