Browse Source

* fixed sheba/util-vserver support to stop default guests when going down

legacy/0.1-legacy
Alejandro Mery 18 years ago
parent
commit
170e6fbb77
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      pkg_util-vserver.conf

+ 3
- 1
pkg_util-vserver.conf

@ -1,7 +1,8 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/sheba/pkg_vserver.conf
# Filename: target/sheba/pkg_util-vserver.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
@ -66,6 +67,7 @@ sheba_activate_vserver() {
ln -snfv ${initddir#$root}/vserver $runitdir/1.d/20vserver
ln -snfv ${initddir#$root}/vprocunhide $runitdir/1.d/26vprocunhide
ln -snfv ${initddir#$root}/vservers-default $runitdir/1.d/98vservers-default
ln -snfv ${initddir#$root}/vservers-default $runitdir/3.d/02vservers-default
}
. $confdir/$pkg.conf

Loading…
Cancel
Save