projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c0ea11d
)
gentoo: use /var/run for new /run compatibility
master
github/master
author
Benedikt Böhm
<bb@xnull.de>
Sun, 10 Feb 2013 19:35:06 +0000 (20:35 +0100)
committer
Benedikt Böhm
<bb@xnull.de>
Sun, 10 Feb 2013 19:35:06 +0000 (20:35 +0100)
scripts/vserver-init.functions
patch
|
blob
|
history
diff --git
a/scripts/vserver-init.functions
b/scripts/vserver-init.functions
index
fef3c82
..
7feb27d
100755
(executable)
--- a/
scripts/vserver-init.functions
+++ b/
scripts/vserver-init.functions
@@
-27,7
+27,7
@@
elif test -e /etc/gentoo-release; then
success() { eend 0; }
passed() { eend 0; }
failure() { eend 1; }
- lockfile=/var/lock/vservers/$LOCKFILE
+ lockfile=/var/run/$LOCKFILE
else
_beginResult() { echo -n "$@..."; }
_postResult() { :; }