snuk-admin-tools ================ Snukware system administration and diagnostic utilities. Version: 1.0 DESCRIPTION =========== snuk-admin-tools is a collection of diagnostic tools designed for Snukware administrators. The tools inspect system state and report possible issues. They do not modify files, remove packages, or perform automatic repairs. INCLUDED TOOLS ============== snuk-doctor ----------- Checks ELF binaries and shared library dependencies. Purpose: - Detect broken ELF files - Report missing shared libraries - Verify system integrity snuk-mozilla ------------ Checks Mozilla application runtime environments. Supported applications: - Firefox - Thunderbird - SeaMonkey Mozilla bundles contain private libraries that are not always visible to the system dynamic loader. snuk-mozilla validates these private runtime dependencies correctly. snuk-systemd ------------ Checks systemd runtime libraries and internal dependencies. This tool handles systemd libraries that are installed outside the traditional global library search paths. double-check ------------ Checks the Slackware package database for duplicate packages. This detects situations where multiple package versions or build numbers of the same package are installed. DESIGN PRINCIPLES ================= The Snukware administration tools follow these principles: - Information only - No automatic repairs - No package modifications - No hidden system changes The administrator decides what action should be taken. EXIT STATUS =========== All tools return: 0 - Check completed successfully 1 - Problems detected LOCATION ======== Installed tools: /usr/sbin/snuk-doctor /usr/sbin/snuk-mozilla /usr/sbin/snuk-systemd /usr/sbin/double-check LICENSE ======= See individual source files for licensing information.