From 18aa894d1703891b8cbd7b1ab9bcdf6162d26dcb Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 20 Oct 2003 22:29:52 +0000 Subject: [PATCH] added exec-ulimit.c git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@244 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/Makefile-files | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util-vserver/src/Makefile-files b/util-vserver/src/Makefile-files index 66c51d3..5a5bfb5 100644 --- a/util-vserver/src/Makefile-files +++ b/util-vserver/src/Makefile-files @@ -53,6 +53,7 @@ src_DIETPROGS = src/new-namespace \ src/chroot-cat \ src/fakerunlevel \ src/pipe-sync \ + src/exec-ulimit \ src/ctx-kill src_HDRS = src/vutil.h src/vutil.p src/util.h \ @@ -80,6 +81,7 @@ src_pkglib_PRGS = src/capchroot \ src/vunify \ src/mask2prefix \ src/pipe-sync \ + src/exec-ulimit \ src/rpm-fake.so src_sbin_PRGS = src/chbind \ @@ -111,6 +113,7 @@ src_parserpmdump_SOURCES = src/parserpmdump.c src_readlink_SOURCES = src/readlink.c src_rebootmgr_SOURCES = src/rebootmgr.c src_pipe_sync_SOURCES = src/pipe-sync.c +src_exec_ulimit_SOURCES = src/exec-ulimit.c src_reducecap_SOURCES = src/reducecap.c src_reducecap_LDADD = lib/libvserver.a -- 1.8.1.5