src/chcontext \
src/rebootmgr \
src/reducecap \
- src/ctxlimit \
+ src/vlimit \
src/vdu \
src/vfiles \
src/vserver-stat
src_reducecap_SOURCES = src/reducecap.c
src_reducecap_LDADD = lib/libvserver.a
-src_ctxlimit_SOURCES = src/ctxlimit.c
-src_ctxlimit_LDADD = lib/libvserver.a
+src_vlimit_SOURCES = src/vlimit.c
+src_vlimit_LDADD = lib/libvserver.a
src_showattr_SOURCES = src/showattr.c
src_showperm_SOURCES = src/showperm.c
// $Id$
// Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
-// based on setctxlimit.cc by Jacques Gelinas
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
showVersion()
{
WRITE_MSG(1,
- "ctxlimit " VERSION " -- limits context-resources\n"
+ "vlimit " VERSION " -- limits context-resources\n"
"This program is part of " PACKAGE_STRING "\n\n"
"Copyright (C) 2003 Enrico Scholz\n"
VERSION_COPYRIGHT_DISCLAIMER);