Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.1 04 Feb 2025 16:00:51
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.8.1
New scripts:
auto-pkgsrc-make: Output name of make program being used
auto-change-login-class: Change login class for existing users on BSD (Linux has
no such concept)
auto-physmem: Report physical memory size
Interesting changes:
Move some scripts from sbin to bin for broader user access
Expand DragonFly, macOS, NetBSD, OpenBSD, pkgsrc, RHEL, and SunOS support
Add framework for Debian support
auto-pkg-branch: Use less fragile approach for FreeBSD
Clean up existing man pages and add templates to more scripts
Numerous other small fixes and enhancements
Changes: https://github.com/outpaddling/auto-admin/releases |
0.8.0.50 25 Oct 2024 12:05:27
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.8.0.50
auto-pkg-branch: Use data.txz for timestamp rather than meta |
0.8.0.33 01 May 2024 13:52:40
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.8.0.33
auto-pkg-branch: Fix quarterly branch detection on FreeBSD 14.x
auto-upgrade-base: Add warning about KBI issues
auto-wifi-failover: Tolerate initial absence of wlan0 |
0.8.0.27 02 Apr 2024 13:27:25
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.8.0.27
auto-detect-laptops: Create /etc/X11/xorg.conf.d before copying
files to it |
0.8.0.25_1 17 Mar 2024 13:10:07
    |
Gleb Popov (arrowd)  |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
0.8.0.25 22 Feb 2024 01:19:00
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.8.0.25
auto-automount-setup: Fix early exit due to failed automount deinstall
Unbreaks automounting of removable media in desktop-installer
Move some scripts from sbin to bin
Numerous improvements for other systems, not relevant to FreeBSD |
0.8.0 23 Oct 2023 11:11:53
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.8.0
Numerous small UI improvements
Several bug fixes
Add OpenBSD support to some of the most common scripts
Changes: https://github.com/outpaddling/auto-admin/releases |
0.7.18.7 30 Aug 2023 16:34:54
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.18.7
auto-update-system: UI improvements, one for freebsd-update-notify |
0.7.18.3 09 Aug 2023 13:35:14
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.18.3
auto-update-system: Add --pause flag (for freebsd-update-notify)
auto-pkgsrc-setup: Add ncompress to yum prereqs |
0.7.18 07 Jul 2023 16:16:53
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.18
Import auto-image2dev from diskimage-tools
Improved NetBSD support in several scripts
auto-automount-setup: Switch from sysutils/automount to sysutils/devd-mount
changes: https://github.com/outpaddling/auto-admin/releases |
0.7.16.1 10 Jun 2023 12:01:41
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.16.1
Numerous enhancements and a few fixes since 0.7.15.1
Changes: biology/peak-classifier: |
0.7.15.1 04 Mar 2023 22:19:11
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.15-1
auto-restart-services: Exempt sddm and gdm to avoid killing sessions |
0.7.15 25 Feb 2023 16:13:42
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.15
New scripts:
auto-restart-services: Restart everything listed in rc.conf
auto-ldap-lookup: Easy LADP/AD lookup tool
Improvements:
auto-update-system: Run auto-restart-services after updates
auto-pkgsrc-setup: Streamline and add OpenBSD support
Minor improvements to output messages
Changes: https://github.com/outpaddling/auto-admin/releases |
0.7.14 11 Dec 2022 16:33:26
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.14
Changes: https://github.com/outpaddling/auto-admin/releases |
0.7.13.2 29 Sep 2022 16:48:13
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.13.2
auto-gpu-setup: Warn users about possible interactions between DRM and
specific software such as Gnome
Reported by: grahamperrin |
0.7.13 19 Sep 2022 13:04:29
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.13
Bug fix release
Changes: https://github.com/outpaddling/auto-admin/releases |
0.7.12.13 11 Sep 2022 18:21:26
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.12.13
Portability fixes:
read -p -> printf, read
whoami -> id -un
A few other minor fixes and enhancements |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7.12.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7.12.4 10 Aug 2022 19:28:36
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.12.4
Fix regression in auto-update-system causing termination when no
git changes are stashed. ( git stash pop returns non-zero ) |
0.7.12 04 Aug 2022 12:54:37
    |
Jason W. Bacon (jwb)  |
auto-admin: Update to 0.7.12
New script: auto-webcam-setup
auto-mark-install-from-source: Add flavor support for FreeBSD
auto-update-system: Add warning about live system updates, gcc12 support
auto-pkgsrc-setup: Add mktools to gcc dep exemptions
auto-admin: Add timeout for security (runs under su), stash bsd.local.mk |
0.7.11 08 Jun 2022 00:29:13
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.11
New scripts: auto-upgrade-base: Upgrade base system to a new release
Minor bug fixes, modernizations, enhancements, and code improvements |
0.7.10 13 Mar 2022 15:24:21
    |
Jason W. Bacon (jwb)  |
sysutils/autoadmin: Update to 0.7.10
Numerous minor bug fixes to improve robustness and usability
Changes: https://github.com/outpaddling/auto-admin/releases |
0.7.9.12 12 Feb 2022 14:54:35
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.9.12
auto-check-ports-branch: Fix latest pkg to quarterly ports compare
A few other minor fixes and enhancements |
0.7.9 21 Jan 2022 20:49:31
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.9
Several new scripts, bug fixes, and minor enhancements
Changes: https://github.com/outpaddling/auto-admin/tags
PR: 261386
Reported by: grahamperrin |
0.7.8 12 Dec 2021 14:49:00
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.8
A few new scripts, several minor bug fixes
Changes: https://github.com/outpaddling/auto-admin/tags |
0.7.7 10 Nov 2021 15:25:30
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.7
Numerous fixes and enhancements
Changes: https://github.com/outpaddling/auto-admin/tags |
0.7.6.11 15 Sep 2021 13:43:13
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.6.11
Add filesystem, security, and system settings submenus |
0.7.6 10 Sep 2021 14:24:37
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.6
Significantly expanded auto-admin menu with network and power sub-menus
Numerous minor bug fixes and enhancements |
0.7.5.5 28 Jun 2021 12:39:57
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.5.5
A few minor UI improvements in time for quarterly branch |
0.7.5.2 21 Jun 2021 19:06:20
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.5.2
auto-check-ports-branch: Fix auto-freebsd-wip-checkout usage |
0.7.5 16 Jun 2021 21:03:01
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.5
Small bug fixes and enhancements
Changes: https://github.com/outpaddling/auto-admin/releases/tag/0.7.5 |
0.7.4.2 05 Jun 2021 15:30:58
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.4.2
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 |
0.7.4 28 May 2021 22:23:11
    |
Jason W. Bacon (jwb)  |
auto-admin: Update to 0.7.4
Changes: https://github.com/outpaddling/auto-admin/releases/tag/0.7.4 |
0.7.3 15 May 2021 14:08:36
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.3
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 |
0.7.2 06 Apr 2021 16:29:31
    |
Mathieu Arnold (mat)  |
*: Remove $FreeBSD that crept back. |
0.7.2 06 Apr 2021 15:05:23
    |
Jason W. Bacon (jwb)  |
sysutils/auto-admin: Update to 0.7.2
Update ports management scripts to use git
Several other minor bug fixes and enhancements |
0.7.1.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7.1.2 26 Mar 2021 16:31:17
  |
jwb  |
sysutils/auto-admin: Update to 0.7.1.2
Fix upgrade-from-source logic in auto-update-system
Allow auto-update-system to update base after package updates aborted |
0.7.1 15 Mar 2021 16:39:01
  |
jwb  |
sysutils/auto-admin: Update to 0.7.1
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 |
0.7.0.9 25 Feb 2021 22:07:16
  |
jwb  |
auto-admin: Update to 0.7.0.9
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) |
0.7.0.3 14 Feb 2021 14:43:18
  |
jwb  |
sysutils/auto-admin: Update to 0.7.0.3
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 |
0.7.0 07 Feb 2021 19:22:38
  |
jwb  |
sysutils/auto-admin: Update to 0.7.0
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 |
0.6.12 29 Jan 2021 22:53:40
  |
jwb  |
sysutils/auto-admin: Update to 0.6.12
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 |
0.6.11.4 13 Jan 2021 22:05:16
  |
jwb  |
sysutils/auto-admin: Update to 0.6.11.4
Quick-fix for a design flaw in auto-ask that breaks desktop-installer
Add system to tag ports for reinstall from source by auto-update-system |
0.6.11 06 Jan 2021 13:45:47
  |
jwb  |
sysutils/auto-admin: Update to 0.6.11
New scripts to support SPCM network settings detection, etc.
Enhancements to auto-configure MacBooks for desktop-installer |
0.6.10 27 Dec 2020 22:42:30
  |
jwb  |
sysutils/auto-admin: Update to 0.6.10
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 |
0.6.9 17 Dec 2020 16:44:15
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.6.9
Minor bug fixes and enhancements |
0.6.8 30 Oct 2020 13:34:48
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.6.8
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 |
0.6.7 11 Aug 2020 15:01:53
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.6.7 bugfix release
"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) |
0.6.6 11 Jul 2020 17:52:36
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.6.6
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 |
0.6.5 11 Jun 2020 16:13:59
  |
jwb  |
auto-admin: Greatly improved auto-gpu-setup
Factored code to ensure consistent results
Add nv driver option for old nVidia GPUs
Add no driver/DRM and "don't touch my config" options |
0.6.4 02 Jun 2020 18:10:52
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.6.4
Add Scripts for toggling UFS su+j and hardware write cache
Add auto-set-conf-var, sysrc-like script for sysctl and loader.conf
Move upstream to Github |
0.6.2 01 May 2020 14:25:55
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.6.2
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 |
0.6.1 30 Mar 2020 00:29:56
  |
jwb  |
auto-admin: Upgrade to 0.6.1
A few minor bug fixes and enhancements |
0.6.0 28 Mar 2020 17:37:03
  |
jwb  |
auto-admin: Upgrade to 0.6.0
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 |
0.5.1 23 Jan 2020 01:27:44
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.5.1
A few minor enhancements for desktop-installer |
0.5.0 16 Jan 2020 14:05:33
  |
jwb  |
sysutils/autoadmin: Upgrade to 0.5.0
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 |
0.4.9 23 Nov 2019 18:04:55
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.4.9
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 |
0.4.8 25 Jul 2019 21:46:44
  |
jwb  |
sysutils/auto-admin: Upgrade to 0.4.8
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 |
0.4.7 26 Feb 2019 02:04:16
  |
jwb  |
sysutils/auto-admin: Factor code out of desktop-installer and cluster-admin
desktop-installer: auto-detect-gpu, auto-detect-laptops
cluster-admin: nfs and user management tools |
0.4.6 28 Dec 2018 14:06:04
  |
jwb  |
sysutils/auto-admin: New scripts to support of desktop-installer, cluster-admin
Highlights:
auto-detect-nvidia-gpu: Assist with commercial nvidia driver setup
auto-install-linux_base: Install and configure c6 or c7 linux_base
Approved by: jrm (mentor, implicit) |
0.4.5 17 Nov 2018 20:33:28
  |
jwb  |
auto-admin: Add several scripts to support wip/cluster-admin
Approved by: jrm (mentor, implicit) |
0.4.4 22 Oct 2018 01:12:18
  |
jwb  |
sysutils/auto-admin: Improved support for desktop-installer, cluster-admin
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D17638 |
0.4.3 30 May 2018 18:48:22
  |
jwb  |
auto-admin: Add support for AD authentication, factor out pkgsrc scripts
Reviewed by: mat
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D15619 |
0.4.2 28 Dec 2017 19:39:50
  |
jwb  |
sysutils/auto-admin: Update to auto-xdm-toggle critical to desktop-installer
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D13668 |
0.4.1 18 Dec 2017 03:08:10
  |
jwb  |
auto-admin: Update to 0.4.1
Add auto-clean-disk script and various minor fixes and enhancements
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D13523 |
0.4.0 20 Oct 2017 14:18:01
  |
swills  |
sysutils/auto-admin: update to 0.4.0
PR: 222003
Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer) |
0.3.10 21 Feb 2017 14:38:36
  |
krion  |
Update sysutils/auto-admin to 0.3.10
PR: 217254
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9695 |
0.3.9 19 Feb 2017 16:20:06
  |
robak  |
sysutils/auto-admin: update 0.3.8 -> 0.3.9
PR: 217230
Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer) |
0.3.8 24 Sep 2016 14:16:14
  |
robak  |
sysutils/auto-admin: update 0.3.7 -> 0.3.8
* Adjust COMMENT
* Adjust pkg-descr
PR: 212796
Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer) |
0.3.7 27 Apr 2016 07:28:55
  |
wen  |
- Update to 0.3.7
PR: 209082
Submitted by: bacon4000@gmail.com(maintainer) |
0.3.6 17 Feb 2016 12:19:48
  |
rakuco  |
Update to 0.3.6.
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) |
0.3.5 11 Dec 2015 08:48:57
  |
miwi  |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
0.3.5 10 Sep 2015 10:41:30
  |
amdmi3  |
- Update to 0.3.5
- While here, add NO_ARCH
PR: 202994
Submitted by: jwbacon@tds.net |
0.3.4 07 Feb 2015 19:08:34
  |
riggs  |
- Update to upstream version 0.3.4
- Fix license string
PR: 197149
Submitted by: jwbacon@tds.net (maintainer) |
0.3.3 22 Nov 2014 09:13:36
  |
antoine  |
Cleanup plist |
0.3.3 29 Jul 2014 21:25:31
  |
adamw  |
Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.
Approved by: portmgr (most of them) |
0.3.3 21 Nov 2013 12:28:29
  |
culot  |
- Update to 0.3.3
- Add LICENSE (BSD)
- Support staging
PR: ports/184000
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) |
0.3.2 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.3.2 19 Aug 2013 08:55:19
  |
culot  |
- Update to 0.3.2
PR: ports/181380
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) |
0.3.1 19 Apr 2013 11:45:55
  |
madpilot  |
- Update to 0.3.1
- Trim Makefile headers
- Use space for WWW line in pkg-descr
PR: ports/177716
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Feature safe: yes |
0.3 25 Aug 2012 04:23:23
 |
bdrewery  |
- Update to 0.3
PR: ports/170845
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Approved by: eadler (mentor) |
0.2 17 Jul 2012 18:14:23
 |
culot  |
- Update to 0.2
PR: ports/169939
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) |
0.1 04 Mar 2012 12:58:30
 |
miwi  |
Auto-admin is a set of tools for automating common systems management tasks
from the command line. It is meant as a library of scripts to be used by
more specific automated systems management scripts.
WWW: http://acadix.biz/auto-admin.php
PR: ports/165674
Submitted by: Jason Bacon <jwbacon@tds.net> |