From: Enrico Scholz Date: Mon, 17 Nov 2003 23:54:48 +0000 (+0000) Subject: renamed ctxlimit.* to vlimit.* X-Git-Tag: version_0_24_90~1 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e064e37c52087670f883f887268ae3cf3a4fa0d5;p=util-vserver.git renamed ctxlimit.* to vlimit.* git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@397 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/.cvsignore b/util-vserver/src/.cvsignore index a8c8ebb..dda2769 100644 --- a/util-vserver/src/.cvsignore +++ b/util-vserver/src/.cvsignore @@ -19,6 +19,7 @@ vbuild vcheck vdu vfiles +vlimit vreboot vserver-stat vunify diff --git a/util-vserver/src/Makefile-files b/util-vserver/src/Makefile-files index c1ffe53..f779504 100644 --- a/util-vserver/src/Makefile-files +++ b/util-vserver/src/Makefile-files @@ -38,7 +38,7 @@ src_sbin_PRGS = src/chbind \ src/chcontext \ src/rebootmgr \ src/reducecap \ - src/ctxlimit \ + src/vlimit \ src/vdu \ src/vfiles \ src/vserver-stat @@ -65,8 +65,8 @@ src_rebootmgr_CPPFLAGS = $(AM_CPPFLAGS) -DSBINDIR=\"$(sbindir)\" -DVROOTDIR=\" 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 diff --git a/util-vserver/src/ctxlimit.c b/util-vserver/src/vlimit.c similarity index 98% rename from util-vserver/src/ctxlimit.c rename to util-vserver/src/vlimit.c index e5efe86..c00123a 100644 --- a/util-vserver/src/ctxlimit.c +++ b/util-vserver/src/vlimit.c @@ -1,7 +1,6 @@ // $Id$ // Copyright (C) 2003 Enrico Scholz -// 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 @@ -84,7 +83,7 @@ static void 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);