]> Kevux Git Server - kevux-tools/commit
Cleanup: Remove kt_remove_parameter_isolate_e commented out code.
authorKevin Day <Kevin@kevux.org>
Thu, 16 Jan 2025 04:14:17 +0000 (22:14 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 16 Jan 2025 04:21:07 +0000 (22:21 -0600)
commit953c7f3c247fc37140756b959b1acf7c48968b60
treef962b6f54cccf5202080cbb7a735f05af04a50d1
parentf6564bbe17aa027a3ba090c5fd7528b1d82c4e1f
Cleanup: Remove kt_remove_parameter_isolate_e commented out code.

The isolate parameter is not supported and is not planned to be supported.
One of the reasons why I decided to write this remove program is because I observed odd bugs with the rm and rmdir programs in a chroot environment when compiling Kevux.
The `/proc` might not be mounted and the remove commands fail.
Adding support for `/proc` adds more code that requires special user-space paths to exist.
This is not an unideal situations.

I've decided to not support the `-i`/`--isolate` command because of this reason and because not implementing this simplifies the code.
documents/readme.remove.txt
sources/c/program/kevux/tools/remove/main/common.c
sources/c/program/kevux/tools/remove/main/common/define.h
sources/c/program/kevux/tools/remove/main/common/enumeration.h
sources/c/program/kevux/tools/remove/main/common/string.c
sources/c/program/kevux/tools/remove/main/common/string.h
sources/c/program/kevux/tools/remove/main/print/message.c