projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
57957b0
)
Make sure /dev gets proper permissions.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 26 Jan 2008 11:44:57 +0000 (11:44 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sat, 26 Jan 2008 11:44:57 +0000 (11:44 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2673
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/vserver-build.functions
patch
|
blob
|
history
diff --git
a/scripts/vserver-build.functions
b/scripts/vserver-build.functions
index
b56a353
..
c89c5ad
100644
(file)
--- a/
scripts/vserver-build.functions
+++ b/
scripts/vserver-build.functions
@@
-54,7
+54,8
@@
function populateDev
{
local spec
- mkdir -p -m755 "$VDIR"/dev/pts
+ mkdir -p -m755 "$VDIR"/dev
+ mkdir -m755 "$VDIR"/dev/pts
while read spec; do
makeDevEntry "$VDIR"/dev $spec