Ed Maste <[email protected]> writes: > Log: > MFC r326030: Install strings unconditionally > > Previously it was enabled by WITH_/WITHOUT_TOOLCHAIN, but it is commonly > expected to be available and may have non-toolchain consumers. As it > is now taken from the BSD-licensed ELF Tool Chain project, just install > it unconditionally. > > PR: 213665, 223725 > Sponsored by: The FreeBSD Foundation
freebsd-version doesn't use strings(1) and hasn't for a year: ------------------------------------------------------------------------ r308297 | des | 2016-11-04 18:02:42 +0100 (Fri, 04 Nov 2016) | 6 lines Changed paths: M /head/bin/freebsd-version/freebsd-version.sh.in Use what(1) instead of strings(1). It's simpler and always available. PR: 213665 Submitted by: Pawel Worach <[email protected]> MFC after: 1 week ------------------------------------------------------------------------ r309828 | des | 2016-12-10 21:20:33 +0100 (Sat, 10 Dec 2016) | 5 lines Changed paths: M /stable/11 M /stable/11/bin/freebsd-version/freebsd-version.sh.in MFH (r308297): use what(1) instead of strings(1). PR: 213665 Submitted by: Pawel Worach <[email protected]> ------------------------------------------------------------------------ DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
