The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e4c8058cf48df2d98e89a7de66d189c71bd4c3fb
commit e4c8058cf48df2d98e89a7de66d189c71bd4c3fb Author: Ed Maste <[email protected]> AuthorDate: 2026-03-02 19:34:29 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-03-02 19:35:57 +0000 crunch: ldconfig and ldd are unrelated to GNU ld Move them to the usr.bin section. Fixes: de5663609e4c ("This is the new crunch utility for making...") --- usr.sbin/crunch/examples/really-big.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/crunch/examples/really-big.conf b/usr.sbin/crunch/examples/really-big.conf index 9c227a7b8d29..50f026e3ed6a 100644 --- a/usr.sbin/crunch/examples/really-big.conf +++ b/usr.sbin/crunch/examples/really-big.conf @@ -41,8 +41,8 @@ progs apropos ar asa at basename biff cal calendar cap_mkdb checknr chpass progs cksum cmp col colcrt colrm column comm compress crontab ctags cut progs dirname du env error expand false file find finger fmt fold fpr from progs fsplit fstat ftp getconf getopt gprof head hexdump id indent ipcrm -progs ipcs join kdump ktrace last lastcomm leave lex lock logger locate -progs login logname look m4 machine mail make man mesg mkfifo +progs ipcs join kdump ktrace last lastcomm ldconfig ldd leave lex lock logger +progs locate progs login logname look m4 machine mail make man mesg mkfifo progs mkstr modstat more msgs netstat newsyslog nfsstat nice nm nohup progs pagesize passwd paste patch pr printenv printf quota ranlib progs renice rev rlogin rpcgen rpcinfo rsh rup ruptime rusers rwall rwho @@ -110,8 +110,8 @@ srcdirs /usr/src/gnu/usr.bin progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar -srcdirs /usr/src/gnu/usr.bin/ld # ldd and ldconfig -progs ld ldd ldconfig +srcdirs /usr/src/gnu/usr.bin/ld +progs ld # rcs stuff loses because there are cross dependencies between librcs.a and # the individual programs. The solution would be to specify the objpaths
