svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee
Eitan Adler
eadler at FreeBSD.org
Wed Dec 6 02:47:48 UTC 2017
Author: eadler
Date: Wed Dec 6 02:47:46 2017
New Revision: 326614
URL: https://svnweb.freebsd.org/changeset/base/326614
Log:
sponge(1): revert
I did a complete buildworld and test... with the program disconnected
from the tree. Revert the change for now.
(this keeps the change to .arclint which is still correct)
Wearing: my pointhat
Deleted:
head/usr.bin/sponge/
Modified:
head/etc/mtree/BSD.tests.dist
head/usr.bin/Makefile
head/usr.bin/tee/tee.1
Modified: head/etc/mtree/BSD.tests.dist
==============================================================================
--- head/etc/mtree/BSD.tests.dist Wed Dec 6 02:21:11 2017 (r326613)
+++ head/etc/mtree/BSD.tests.dist Wed Dec 6 02:47:46 2017 (r326614)
@@ -712,8 +712,6 @@
..
soelim
..
- sponge
- ..
stat
..
tail
Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile Wed Dec 6 02:21:11 2017 (r326613)
+++ head/usr.bin/Makefile Wed Dec 6 02:47:46 2017 (r326614)
@@ -148,7 +148,6 @@ SUBDIR= alias \
soelim \
sort \
split \
- sponge \
stat \
stdbuf \
strings \
Modified: head/usr.bin/tee/tee.1
==============================================================================
--- head/usr.bin/tee/tee.1 Wed Dec 6 02:21:11 2017 (r326613)
+++ head/usr.bin/tee/tee.1 Wed Dec 6 02:47:46 2017 (r326614)
@@ -72,8 +72,6 @@ utility takes the default action for all signals,
except in the event of the
.Fl i
option.
-.Sh SEE ALSO
-.Xr sponge 1
.Sh EXIT STATUS
.Ex -std
.Sh STANDARDS
More information about the svn-src-all
mailing list