summaryrefslogtreecommitdiff
path: root/app-emulation/lxc
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2016-02-08 21:01:36 +0000
committerSven Wegener <swegener@gentoo.org>2016-02-08 21:37:37 +0000
commitc99f5cf50b84b14bd6f0f47e45321dd31a7fe017 (patch)
tree45c6f5616256477bcb3a9e6904484cb773f5cc77 /app-emulation/lxc
parent7debc3735baec3b152ad93cf7b436ed64002705f (diff)
downloadgentoo-c99f5cf50b84b14bd6f0f47e45321dd31a7fe017.tar.gz
gentoo-c99f5cf50b84b14bd6f0f47e45321dd31a7fe017.tar.xz
app-emulation/lxc: Use rm -f
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r--app-emulation/lxc/files/lxc.initd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/lxc/files/lxc.initd.3 b/app-emulation/lxc/files/lxc.initd.3
index 09208540064..970fba7db2e 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)