]> git.ipfire.org Git - thirdparty/lxc.git/commit
don't remove init file in the stop function
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 31 Mar 2009 11:55:44 +0000 (13:55 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 31 Mar 2009 11:55:44 +0000 (13:55 +0200)
commitf6235d06350d4c58e54a1c1bc478b2da2ecbc119
treea65c9ba3b7b86f44431fd4bd02c867e32c8b0d4b
parent34e7030e83eff25f66bfd6505f2f479a41a4d3b6
don't remove init file in the stop function

At present the 'init' file is deleted from the 'stop' function and
I don't remember why it is done in this place :)

The 'init' file is removed from the 'start' when the first process
has been deleted.

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