Remove auto-autofs-media-setup:
autofs external media handling has never worked
auto-check-ports-branch:
Properly handle existing but empty $PORTSDIR
Reported by: Guangyuan Yang
auto-mark-install-from-source: Fix duplicate port check
auto-gpu-setup: Install drm-kmod from binary package by default
auto-fusefs-install: Install from binary package
auto-update-system:
Restart if pacakge replaces itself
Automatically prompt for root pw if needed
Check ownership and perms of all plugins
auto-admin: Prompt for root pw if needed
Other minor bug fixes and enhancements
Remove auto-install-linux-flash (flashplugin has been removed)
Bug fixes:
auto-fusefs-install: fuse -> fusefs in kld_list
auto-gpu-setup: Building DRM requires /usr/src
auto-update-system: Catalog installed versions before pkg upgrade
Several other bug fixes for edge cases
Enhancements:
auto-adduser: Provide info on wheel, operator, and video groups
auto-mount-noautos: New cronable script for mounting noauto NFS mounts
auto-su+j-toggle: Offer user automatic reboot
Add auto-mount-noautos: Cronable script for mounting noauto NFS mounts
auto-check-ports-branch: Don't try to move $PORTSDIR in case it's a separate FS
auto-adduser: Fix umask issue
auto-update-system: Allow auto-admin update itself from source
A few other minor enhancements
Reported by: Tony Albers (auto-check-ports-branch bug)
Bug fixe release:
Ensure /usr/home is world-readble when auto-adduser creates the first user
Allow auto-admin to update itself from source via auto-mark-install-from-source
Bug fixes, performance and interface improvements
auto-pkgsrc-setup: Add custom umask to sbmake wrapper to override user env
auto-change-id: Improve performance with find -exec +, prune nfs mounts
auto-gpu-setup: Install drm-kmod from source and tag for upgrading from source
auto-nfs-*-setup: Add support for nfsuserd, generalize UI
auto-nfs-restart: Restart nfsuserd in case domain has changed
Improvements to auto-admin menu
auto-update-system: Add support for reinstalling specified ports from source
auto-pkgsrc-setup: Add PKGSRC dir to mk.conf for pkg_chk
auto-install-packages: Add CLI flags for installing from source and skipping
options dialog
Add Darwin and pkgsrc support to some scripts
UI improvements to several scripts
Improve auto-admin menus
Add auto-fix-date
Improve security of su'd commands
Remove redundant auto-wheel-check (use auto-group-check)
Other minor fixes and enhancements
auto-mark-package-critical:
New script to add packages checked for availability by auto-update-system
auto-update-system:
Make sure installed packages designated as critical are available before
running pkg upgrade. Rebuild pkg from source if package behind ports
auto-wifi-failover:
Better interface detection, automatically clean up rc.conf
Other minor fixes and enhancements
"date +%m" reports the month with a leading 0, which the shell interprets
as octal, causing auto-pkg-branch to fail in August and September.
This prevents auto-update-system from functioning properly with quarterly
snapshots.
MFH: 2020Q3 (blanket: bugfix release)
MFH reason: Fix auto-check-ports-branch to prevent desktop-installer abort
Add auto-firewall-setup to enable basic IPFW config
Other minor bug fixes and enhancements
MFH: 2020Q3
New tools for keeping quarterly/head ports branch and pkg repo in sync
New tools for remote IPMI power-on and status
Add xf86-video-ati + no DRM option to auto-gpu-setup
New scripts for octet/hex conversions, iDRAC config and timezone detection
Add ZFS support to auto-pxe-installer-setup
More flexible network settings in auto-pxe-node-discover
Fix egregious bugs in NFS setup scripts
More robust auto-gpu-setup
Improved UI for auto-pkgsrc-setup
More robust auto-update-system
Numerous new scripts supporting external media, NFS, pkgsrc, etc
All scripts now install on all platforms for consistent plist
Several bug fixes and dead code removal
Add auto-remove-from-group
Rename auto-detect-gpu to auto-gpu-setup to reflect new functionality
Improvements to auto-pkgsrc-setup
Other minor fixes and enhancements
FreeBSD changes:
Roll auto-add-linproc-mount into auto-install-linux_base
Remove obsolete auto-amd-nfs-setup, auto-kdm3-toggle
Add scripts for installing and updating infininband kernel
Factor auto-install-linux-flash out of desktop-installer
New common scripts:
auto-idrac-passwd
auto-fetch-install-media
auto-install-media-distname
auto-lock-local-pw, auto-unlock-local-pw
auto-root-check
auto-useradd
auto-user-admin
Add auto-clean-disk script and various minor fixes and enhancements
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D13523
Numerous new support scripts for sysutils/desktop-installer and
sysutils/cluster-admin (to be committed).
Other bug fixes and minor enhancements.
PR: 206797
Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer)