From: Sven Wegener Date: Mon, 8 Feb 2016 21:01:36 +0000 (+0000) Subject: app-emulation/lxc: Use rm -f X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c99f5cf50b84b14bd6f0f47e45321dd31a7fe017;p=gentoo.git app-emulation/lxc: Use rm -f Signed-off-by: Sven Wegener --- diff --git a/app-emulation/lxc/files/lxc.initd.3 b/app-emulation/lxc/files/lxc.initd.3 index 092085400649..970fba7db2e6 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)