commit:     c99f5cf50b84b14bd6f0f47e45321dd31a7fe017
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 21:01:36 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 21:37:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99f5cf5

app-emulation/lxc: Use rm -f

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 app-emulation/lxc/files/lxc.initd.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/lxc/files/lxc.initd.3 
b/app-emulation/lxc/files/lxc.initd.3
index 0920854..970fba7 100644
--- a/app-emulation/lxc/files/lxc.initd.3
+++ b/app-emulation/lxc/files/lxc.initd.3
@@ -79,7 +79,7 @@ depend() {
 
 start() {
        checkconfig || return 1
-       rm /var/log/lxc/${CONTAINER}.log
+       rm -f /var/log/lxc/${CONTAINER}.log
 
        rootpath=$(lxc_get_var lxc.rootfs)
 

Reply via email to