]> git.ipfire.org Git - thirdparty/lxc.git/commit
use popen and redirect script output
authorDaniel Lezcano <daniel.lezcano@free.fr>
Tue, 12 Oct 2010 08:52:47 +0000 (10:52 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 12 Oct 2010 08:52:47 +0000 (10:52 +0200)
commitabbfd20baa348ce1b6b26dd9c2627c5e2f500b69
tree33fdf39865d3f2e0fa0bf23f1e910840be635ab4
parent751d9dcd3904a45fcbad5d253498dadc401736af
use popen and redirect script output

Change the run_script function to use popen and to redirect
the output of the script to the log file.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c