portzap/README.md
2023-03-11 22:08:27 -03:00

1,017 B

portzap

portzap is a utility for staying up to date with the HardenedBSD ports tree. The utility stores a transient copy of the ports tree in /home/_portzap/ports/. The transient copy can be created, and updated by an unprivileged user account who is a member of the _portzap group. The transient copy can then be installed into the /usr/ports directory by root.

Usage

  • portzap clone
    This command clones HardenedBSD's ports tree into /home/_portzap/ports.

  • portzap pull
    This command pulls updates into /home/_portzap/ports.

  • portzap install
    This command should be run as root.
    The command installs /home/_portzap/ports into /usr/ports.

Sources