git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@628
94cd875c-1c1d-0410-91d2-
eb244daf1a30
build <buildopts>*
... builds a new vserver from scratch
+ unify [-R]
+ ... (de)unify vserver
+
+ pkg install <pkg>
+ ... installs package(s) in the vserver
+
apt-get,apt-config,apt-cache <apt-opts>*
... execute the apt-* command for the given vserver
rpm <rpm-opts>*
isVserverRunning "$VSERVER_DIR"
;;
+ unify)
+ shift 2
+ exec $_VUNIFY "$@" "$vserver"
+ ;;
+
+ pkg)
+ shift 2
+ exec $_VPKG "$vserver" "$@"
+ ;;
+
apt-get|apt-config|apt-cache)
export _APT_GET=$2
shift 2