• 10.0.0.1 847f4ab742

    mike released this 2025-02-19 11:35:40 -05:00 | 0 commits to main since this release

    Changes:

    • For CPU_TYPE in hardware.sh, report something if /proc/cpuinfo does not
      contain processor model information
    Downloads
  • 10.0.0.0 17d6163514

    mike released this 2025-02-05 17:18:14 -05:00 | 1 commits to main since this release

    No real local changes. Just merging in from Splunk's upstream

    Downloads
  • 9.2.0.13 ce9dada330

    mike released this 2025-02-03 18:08:38 -05:00 | 2 commits to main since this release

    Changes:

    • Align columns with "column -t"
    • Add Arch Linux support in packages.sh
    Downloads
  • 9.2.0.12 f3e4386480

    mike released this 2025-01-25 15:30:25 -05:00 | 3 commits to main since this release

    Changes:

    • Add version to update.sh for Darwin
    Downloads
  • 9.2.0.11 653ee79a67

    mike released this 2025-01-25 15:11:30 -05:00 | 4 commits to main since this release

    Changes:

    • Use sudo in service.sh for Darwin to find user services if not running as root
    • Fix parsing the output of softwareupdate command on Darwin in update.sh
    • Better document usage of sudo in docs/Sudo.md
    Downloads
  • 9.2.0.10 a24e4c8ee5

    mike released this 2025-01-25 13:41:20 -05:00 | 5 commits to main since this release

    Changes:

    • Fix OpenBSD cpu.sh output to match others
    • Fix OpenBSD df.sh output (no need for %% here)
    • Do not use sudo or doas when running as root
    • Use #!/usr/bin/env bash to support OpenBSD in run_nix_ta_commands
    • Fix rsyslog example to trim whitespace in run_nix_ta_commands
    • Add /usr/local/sbin:/usr/local/bin to PATH in run_nix_ta_commands
    • Fix getting hour and minute for OpenBSD in run_nix_ta_commands
      "08" shows up to printf as octal
    • Support difference in OpenBSD logger command:
      Requires modifying /etc/syslog.conf and setting facility in /etc/nix_ta.conf
    Downloads
  • 9.2.0.9 8c02cbc5cc

    mike released this 2025-01-25 02:07:17 -05:00 | 6 commits to main since this release

    Changes:

    • Add OpenBSD support to the scripts
    • Fix sysctl usage for FreeBSD in a couple places
    Downloads
  • 9.2.0.8 24f6e18ef8

    mike released this 2025-01-23 18:19:40 -05:00 | 7 commits to main since this release

    Changes:

    • Fix Linux when df outputs a "-"
    • Exclude efivars partitions for Linux
    • Fix the output on Darwin to match Linux output
    Downloads
  • 9.2.0.7 718a9f787c

    mike released this 2025-01-20 15:59:46 -05:00 | 8 commits to main since this release

    • Make run_nix_ta_commands (in extra) use /etc/nix_ta.conf for its settings
      instead of hard-coding them in the script
    Downloads
  • 9.2.0.6 e5e03ea464

    mike released this 2025-01-17 11:44:24 -05:00 | 9 commits to main since this release

    Changes:

    • Fix output for docker script (handle lines that didn't have values)
    • Fix props.conf LINE_BREAKER for docker
    Downloads