From: Enrico Scholz (enrico.scholz_at_informatik.tu-chemnitz.de)
Date: Thu 31 Jul 2003 - 23:58:08 BST
Herbert Pötzl <herbert_at_13thfloor.at> 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