Module Name: src Committed By: martin Date: Tue Aug 30 18:35:20 UTC 2022
Modified Files: src/distrib/amiga/floppies/inst-common [netbsd-9]: dot.commonutils src/distrib/amiga/miniroot [netbsd-9]: dot.profile src/distrib/atari/floppies/common [netbsd-9]: dot.profile src/distrib/utils/script-installer [netbsd-9]: dot.commonutils src/distrib/vax/inst-common [netbsd-9]: dot.commonutils Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1514): distrib/atari/floppies/common/dot.profile: revision 1.9 distrib/vax/inst-common/dot.commonutils: revision 1.6 distrib/amiga/miniroot/dot.profile: revision 1.11 distrib/utils/script-installer/dot.commonutils: revision 1.8 distrib/amiga/floppies/inst-common/dot.commonutils: revision 1.9 Fix yet another "[: SMALL test, no fallback usage" error on installation. The same problem as PR/54835 of the miniroot scripts, i.e. avoid and replace use of -o binary primary marked obsolescent by POSIX.1-2017: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_12 8_16 Noticed on installation of NetBSD 9.3 on TT030, and maybe should be pulled up to netbsd-9. Avoid more obsolescent binary primaries not supported by crunched test(1). See PR/54835 and PR/56983 for details. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.102.1 \ src/distrib/amiga/floppies/inst-common/dot.commonutils cvs rdiff -u -r1.10 -r1.10.64.1 src/distrib/amiga/miniroot/dot.profile cvs rdiff -u -r1.7.6.1 -r1.7.6.2 \ src/distrib/atari/floppies/common/dot.profile cvs rdiff -u -r1.7 -r1.7.102.1 \ src/distrib/utils/script-installer/dot.commonutils cvs rdiff -u -r1.5 -r1.5.102.1 src/distrib/vax/inst-common/dot.commonutils Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.