Herbert P�tzl <[EMAIL PROTECTED]> writes: >> Ok; a first try is available at >> >> http://www-user.tu-chemnitz.de/~ensc/vserver/vserverx-0.23.tar.bz2 > ... > the following suggestions: > > - use -I/usr/src/linux/include where CAPs and syscalls are compiled
difficultly; I do not want that the linux-headers from kernel-sources are used with normal userspace programs. I solved it by linking .../linux/capability.h into the source-tree and including this file. I am not using /usr/src/linux but try /lib/modules/`uname -r/build first; this can be overridden with the '--with-kerneldir=...' option on ./configure. > - get rid of the excessive automake copyrights of yours > (I counted 9 in Makefile for example ...) Why? GNU suggests in [1] that any non-trivial file should contain such a copyright notice and because I wrote these files from scratch, I am the copyright-holder. > - fix the format issues I reported in my last reply ... Fixed; a separate patch is available at http://www.tu-chemnitz.de/~ensc/vserver/vserver-0.23-format.patch but because of the changed paths/filenames it can not be applied directly to the original vserver package. A new package with the fixes above is available at http://www-user.tu-chemnitz.de/~ensc/vserver/vserverx-0.23.1.tar.bz2 Enrico Footnotes: [1] http://www.gnu.org/prep/maintain_8.html
