With systemd managing the mounting and unmounting of
controllers, cgclear doesn't make sense anymore.  This
patch removes cgclear and all references to it.

See this github issue [1].

Code changes are available here:
https://github.com/drakenclimber/libcgroup/tree/issues/delete-cgclear

Test changes are available here:
https://github.com/drakenclimber/libcgroup-tests/tree/issues/delete-cgclear

Automated tests are passing and available here:
https://github.com/drakenclimber/libcgroup/runs/2613411250

Code coverage is at 50.98%
https://coveralls.io/builds/39790595

Tom Hromatka (1):
  cgclear: Delete cgclear

 .github/workflows/continuous-integration.yml |   2 -
 README_systemd                               |   2 +-
 dist/cgconfig.service                        |   1 -
 dist/libcgroup.spec.in                       |   1 -
 doc/man/Makefile.am                          |   2 +-
 doc/man/cgclear.1                            |  66 ---------
 doc/man/cgdelete.1                           |   2 +-
 scripts/init.d/cgconfig.in                   |   1 -
 src/tools/.gitignore                         |   1 -
 src/tools/Makefile.am                        |   6 +-
 src/tools/cgclear.c                          | 142 -------------------
 11 files changed, 4 insertions(+), 222 deletions(-)
 delete mode 100644 doc/man/cgclear.1
 delete mode 100644 src/tools/cgclear.c

-- 
2.26.3



_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to