Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2021 12:08:19 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cd9254a7d330 - main - ObsoleteFiles.inc: Add sponge(1) command and man-page
Message-ID:  <202109221208.18MC8J5a033335@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/src/commit/?id=cd9254a7d330758f0322b967709b09f7b43cf843

commit cd9254a7d330758f0322b967709b09f7b43cf843
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-09-22 11:59:01 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-09-22 12:08:04 +0000

    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 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 1a5d235624eb..111fced8ce20 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -7595,6 +7595,9 @@ OLD_FILES+=tests/sys/geom/class/eli/onetime_d_test.sh
 OLD_DIRS+=etc/skel
 # 20171208: Remove basename_r(3)
 OLD_FILES+=usr/share/man/man3/basename_r.3.gz
+# 20171206: Remove sponge(1)
+OLD_FILES+=usr/bin/sponge
+OLD_FILES+=usr/share/man/man1/sponge.1.gz
 # 20171204: Move fdformat man page from volume 1 to volume 8.
 OLD_FILES+=usr/share/man/man1/fdformat.1.gz
 # 20171203: libproc version bump



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109221208.18MC8J5a033335>