- United States
- https://lwaldron.cc
-
Lead developer at Everest Linux.
- Joined on
2022-06-21
Block a user
Test issue for webhook
Rewrite some functions to allow for greater flexibility in use
So far rewrote is_process_root and runtime_exists
Rewrite some functions to allow for greater flexibility in use
lw-everestlinux
renamed repository from 2024-11-25 16:17:00 -05:00
conky-config to lw-everestlinux/conky-config-old
Support for package integrity checking
Possible steps for integrity checking:
- Retrieve checksum of local package
- Download original checksum of package from some repository
- Compare
- Exit if checksums do not match -…
File I/O error when calling runtime_exists() from libglacier
Fixed: changed the following code at line 78:
runtime_exists();
if (errno != 0) { exit(1); }
This fix will be included in the next release
File I/O error when calling runtime_exists() from libglacier
File I/O error when calling runtime_exists() from libglacier