screensaver: replaces system() calls by fork()/execv()/waitpid()
A side effect is that on FreeBSD the console is not filled anymore with "xscreensaver-xxx not found", because "/bin/sh xx 2>&-" will not close stderr if the specified command doesn't exist.
Showing
Please register or sign in to comment