Browse Source

* fixed typo on sheba/vcd's etc/init.d/vserver

legacy/0.1-legacy
Alejandro Mery 17 years ago
parent
commit
8c8f90c703
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkg_vcd.conf

+ 1
- 1
pkg_vcd.conf

@ -20,7 +20,7 @@ sheba_activate_vserver() {
VPROCUNHIDECONF=$sysconfdir/vprocunhide.conf
case "\$1" in
start) if [ -r "\$VPROCUNHIDECONFC" ]; then
start) if [ -r "\$VPROCUNHIDECONF" ]; then
$sbindir/vprocunhide < $sysconfdir/vprocunhide.conf
else
echo "vserver: '$sysconfdir/vprocunhide.conf' is missing" 1>&2

Loading…
Cancel
Save