Module Name: src Committed By: uwe Date: Thu Oct 10 22:14:35 UTC 2024
Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: postinstall: simplify exclude_libs Don't compose a baroque ERE to filter the list of libraries. grep can match whole lines with -x so that takes care of the anchoring. And grep can also take multiple patterns, one per line, as a single argument - which the man page of our rather out of date version doesn't adequately document. While here describe the downgrade scenario that it is intended to handle. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/postinstall/postinstall.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.