projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d5f7c19
)
getPhysicalDir doesn't work if it doesn't already exist.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 20 Jan 2008 06:58:39 +0000 (06:58 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 20 Jan 2008 06:58:39 +0000 (06:58 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2663
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
sysv/util-vserver
patch
|
blob
|
history
diff --git
a/sysv/util-vserver
b/sysv/util-vserver
index
957e12d
..
d56dadc
100755
(executable)
--- a/
sysv/util-vserver
+++ b/
sysv/util-vserver
@@
-49,7
+49,7
@@
function kill_contexts()
function create_dirs()
{
- $_MKDIR -p "$__RUNDIR" && $_MKDIR -p "$__VSHELPERSTATEDIR" && $_MKDIR -p `getPhysicalDir "$__PKGSTATEREVDIR"`
+ $_MKDIR -p "$__RUNDIR" && $_MKDIR -p "$__VSHELPERSTATEDIR" && $_MKDIR -p `$_READLINK "$__PKGSTATEREVDIR"`
}
function start()