1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-02-15 08:50:09 +01:00
slackware-current/source/a/libcgroup/slack-desc
Patrick J Volkerding 43685d0a3f Sun Jan 26 21:35:58 UTC 2025
a/libcgroup-3.1.0-x86_64-1.txz:  Upgraded.
  Thanks to 0XBF for the many upgrade hints.
a/shadow-4.17.2-x86_64-1.txz:  Upgraded.
  I'm not seeing new issues for this on github, so it's probably safe to
  upgrade again now that it has aged for a while.
a/sysvinit-scripts-15.1-noarch-25.txz:  Rebuilt.
  rc.S: support mounting cgroups v2 (but still default to v1).
  Please note that unless you have a specific need for cgroups v2, it is better
  to stick with v1. In particular, rc.cgred is no longer supported with v2.
  Thanks to 0XBF.
d/python-pip-25.0-x86_64-1.txz:  Upgraded.
n/getmail-6.19.07-x86_64-1.txz:  Upgraded.
2025-01-26 22:59:50 +01:00

19 lines
1 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-------------------------------------------------------|
libcgroup: libcgroup (library and utilities for kernel control groups)
libcgroup:
libcgroup: Control Groups provide a mechanism for aggregating/partitioning sets of
libcgroup: tasks, and all their future children, into hierarchical groups with
libcgroup: specialized behaviour. It makes use of a filesystem interface.
libcgroup: This package contains a library for developing applications that use
libcgroup: control groups, as well as some basic userspace tools for controlling
libcgroup: and monitoring control groups.
libcgroup:
libcgroup: Homepage: https://github.com/libcgroup/libcgroup
libcgroup: