diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-02-08 21:01:36 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-02-08 21:37:37 +0000 |
commit | c99f5cf50b84b14bd6f0f47e45321dd31a7fe017 (patch) | |
tree | 45c6f5616256477bcb3a9e6904484cb773f5cc77 /app-emulation | |
parent | sci-biology/mira: Add missing <sys-devel/flex-2.6.0 dependency (diff) | |
download | gentoo-c99f5cf50b84b14bd6f0f47e45321dd31a7fe017.tar.gz gentoo-c99f5cf50b84b14bd6f0f47e45321dd31a7fe017.tar.bz2 gentoo-c99f5cf50b84b14bd6f0f47e45321dd31a7fe017.zip |
app-emulation/lxc: Use rm -f
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxc/files/lxc.initd.3 | 2 |
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 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) |