/freebsd-scripts

Administration Scripts for FreeBSD

Primary LanguageShellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Administration Scripts

This repository contains scripts used to administer FreeBSD systems. Most scripts are self-explanatory; for those that require additional documentation, a separate README is provided.

Installation

To install on a new system, issue:

# git clone https://github.com/sstallion/freebsd-scripts.git /var/scripts

Note

Scripts that must be located in a specific path (eg. periodic(8) and rc(8)) should be symlinked rather than copied to track upstream changes.

Updates

Daily updates can be enabled by issuing:

# ln -s /var/scripts/periodic/900.scripts-update /usr/local/etc/periodic/daily
# sysrc -f /etc/periodic.conf daily_scripts_update_enable="YES"

Contributing

Pull requests are welcome! If a problem is encountered using this repository, please file an issue on GitHub.

License

Source code in this repository is licensed under a Simplified BSD License. See LICENSE for details.