[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/util-vserver/util-vserver.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Original tools to manage VServer virtual servers [T] Original tools to manage VServer virtual servers [U] https://www.nongnu.org/util-vserver/ [A] Enrico Scholz [M] The T2 Project [C] extra/security [L] GPL [S] Stable [V] 0.30.215 [P] O -----5---9 190.200 [F] DIETLIBC NO-SSP [D] 1903976627 util-vserver-0.30.215.tar.bz2 http://ftp.linux-vserver.org/pub/utils/util-vserver/ [D] 3365204218 cq-tools-0.06.tar.bz2 http://www.13thfloor.at/vserver/s_addons/quota/ vserver_cqtools() { cd $builddir tar $taropt `match_source_file -p " cq-tools"` cd cq-tools-* eval "$MAKE all" # no `make install` cp -vdf $(grep '^all:' Makefile | cut -f2) $sbindir } var_append patchfiles ' ' $(match_source_file -p patch-$ver) makeopt= makeinstopt='install' if [ "$SDECFG_PKG_VSERVER_QUOTA" = "1" ]; then hook_add postmake 5 'vserver_cqtools' fi var_remove_regex makeopt ' ' 'CC=.*'