Browse Source

* fixed sheba/util-vserver's pre-start script, a variable was not

escaped during file creation
legacy/0.1-legacy
Alejandro Mery 18 years ago
parent
commit
3ff62133ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkg_util-vserver.conf

+ 1
- 1
pkg_util-vserver.conf

@ -36,7 +36,7 @@ sheba_activate_vserver() {
# interesting nodes from the host
#
for x in console full log null ptmx random tty urandom zero; do
cp -a /dev/$x dev/
cp -a /dev/\$x dev/
done
# some friendly symlinks

Loading…
Cancel
Save