Package: libcgroup / 3.2.0-1

Metadata

Package Version Patches format
libcgroup 3.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cgroup directory.patch | (download)

README | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 updating cgroup directory

initscript exit.patch | (download)

scripts/init.d/cgconfig.in | 4 4 + 0 - 0 !
scripts/init.d/cgred.in | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 correcting sanity checks in example initscripts (closes: #704926).

template doc.patch | (download)

doc/man/cgrules.conf.5 | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 updating template documentation to match template code (closes: #682748).

Syntax fixes for man pages.patch | (download)

doc/man/cgclassify.1 | 8 4 + 4 - 0 !
doc/man/cgconfig.conf.5 | 66 33 + 33 - 0 !
doc/man/cgconfigparser.8 | 30 15 + 15 - 0 !
doc/man/cgcreate.1 | 46 23 + 23 - 0 !
doc/man/cgdelete.1 | 10 5 + 5 - 0 !
doc/man/cgexec.1 | 18 9 + 9 - 0 !
doc/man/cgget.1 | 30 15 + 15 - 0 !
doc/man/cgred.conf.5 | 6 3 + 3 - 0 !
doc/man/cgrulesengd.8 | 32 16 + 16 - 0 !
doc/man/cgset.1 | 16 8 + 8 - 0 !
doc/man/cgsnapshot.1 | 20 10 + 10 - 0 !
doc/man/lscgroup.1 | 4 2 + 2 - 0 !
doc/man/lssubsys.1 | 28 14 + 14 - 0 !
13 files changed, 157 insertions(+), 157 deletions(-)

 syntax fixes for man pages

Hyphens used as minus signs must be escaped.

pam_cgroup Revert broken cache usage.patch | (download)

src/pam/pam_cgroup.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use cache when reading /etc/passwd file

The cache that is to be used is not initialized and therefore remains empty,
hence pam_cgroup doesn't really do anything.

Thanks, Reco, for the report!

Bug: http://sourceforge.net/p/libcg/bugs/52/
Bug-Debian: https://bugs.debian.org/788244
Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1060227
cgrulesengd _GNU_SOURCE.patch | (download)

src/daemon/cgrulesengd.c | 4 4 + 0 - 0 !
src/daemon/cgrulesengd.h | 10 0 + 10 - 0 !
2 files changed, 4 insertions(+), 10 deletions(-)

 libcgroup: ftbfs on ia64

Currently libcgroup FTBFS on ia64. This is a result of cgrulesengd.h
defining __USE_GNU itself after features.h has been included, and since
_GNU_SOURCE was not defined before features.h was included, this breaks