]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ObsoleteFiles.inc: Add sponge(1) command and man-page
authorStefan Eßer <se@FreeBSD.org>
Wed, 22 Sep 2021 11:59:01 +0000 (13:59 +0200)
committerStefan Eßer <se@FreeBSD.org>
Wed, 22 Sep 2021 12:08:04 +0000 (14:08 +0200)
commitcd9254a7d330758f0322b967709b09f7b43cf843
tree301b477522b9f02816360a8fb95aea9766cf1cd5
parentc96da19945877319c36731391a9c067c48539194
ObsoleteFiles.inc: Add sponge(1) command and man-page

The sponge command has been imported on 2017-12-05 but the import has
been reverted the next day.

A script failed and I found that it was due to the left-over broken
sponge binary in base being prefered over the port version. To prevent
a known non-working binary to persist in /usr/bin, I'm adding sponge
to the obsolete files list even though it could only be installed on
a single day in 2017.

I do not plan to MFC this change since the issue will only exist on
systems installed from -CURRENT sources in 2017, and I do assume that
such systems are not running -STABLE today
ObsoleteFiles.inc