From: Enrico Scholz Date: Tue, 30 Mar 2004 15:51:17 +0000 (+0000) Subject: removed pipe-sync X-Git-Tag: VERSION_0_10~183 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20e04011fcc7f9c14b799b8daf180ff80c19630;p=util-vserver.git removed pipe-sync git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1392 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/contrib/manifest.dat.pathsubst b/util-vserver/contrib/manifest.dat.pathsubst index c36a46d..a3822ea 100644 --- a/util-vserver/contrib/manifest.dat.pathsubst +++ b/util-vserver/contrib/manifest.dat.pathsubst @@ -43,7 +43,6 @@ base @PKGLIBDIR@/fakerunlevel base @PKGLIBDIR@/filetime base @PKGLIBDIR@/keep-ctx-alive base @PKGLIBDIR@/mask2prefix -base @PKGLIBDIR@/pipe-sync build @PKGLIBDIR@/pkgmgmt base @PKGLIBDIR@/readlink base @PKGLIBDIR@/rootshell diff --git a/util-vserver/src/Makefile-files b/util-vserver/src/Makefile-files index 47b3183..2a9a5b6 100644 --- a/util-vserver/src/Makefile-files +++ b/util-vserver/src/Makefile-files @@ -31,7 +31,6 @@ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += \ src/vreboot \ src/save_ctxinfo \ src/mask2prefix \ - src/pipe-sync \ src/chroot-cat \ src/ifspec \ src/rebootmgr \ @@ -54,7 +53,6 @@ DIETPROGS += src/chcontext-compat \ src/exec-cd \ src/fakerunlevel \ src/keep-ctx-alive \ - src/pipe-sync \ src/exec-ulimit \ src/vps \ src/lsxid \ @@ -102,7 +100,6 @@ pkglib_PROGRAMS += src/capchroot \ src/save_ctxinfo \ src/secure-mount \ src/mask2prefix \ - src/pipe-sync \ src/exec-ulimit \ src/rpm-fake-resolver \ src/vshelper-sync \ @@ -173,7 +170,6 @@ src_listdevip_SOURCES = src/listdevip.c 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_vshelper_sync_SOURCES = src/vshelper-sync.c