projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7debc37
)
app-emulation/lxc: Use rm -f
author
Sven Wegener
<swegener@gentoo.org>
Mon, 8 Feb 2016 21:01:36 +0000
(21:01 +0000)
committer
Sven Wegener
<swegener@gentoo.org>
Mon, 8 Feb 2016 21:37:37 +0000
(21:37 +0000)
Signed-off-by: Sven Wegener <swegener@gentoo.org>
app-emulation/lxc/files/lxc.initd.3
patch
|
blob
|
history
diff --git
a/app-emulation/lxc/files/lxc.initd.3
b/app-emulation/lxc/files/lxc.initd.3
index 092085400649b4ea1bf21b2e748d4a341beeaf4d..970fba7db2e6aa930eccc24a62e59f1165542914 100644
(file)
--- 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)