4 # Copyright (C) 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; version 2 of the License.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 . "$_LIB_VSERVER_BUILD_FUNCTIONS"
20 . "$_LIB_VSERVER_BUILD_FUNCTIONS_PKGMGMT"
22 if test -z "$OPTION_SILENT" ; then
23 read -p "Are you sure you want to delete the vserver $vserver (y/N) " deleteok
24 if [[ ${deleteok} != [Yy] ]]; then
29 isVserverRunning "$VSERVER_DIR" &&
30 "${SELF[@]}" $OPTION_SILENT --sync "$vserver" stop
34 rm -rf "`$_VSERVER_INFO "$vserver" VDIR 1`" "$VSERVER_DIR" "$PKGCFGDIR"