Module Name: src Committed By: lukem Date: Fri Jan 7 01:03:02 UTC 2022
Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: postinstall: fix x11 migration of /usr/X11R6/lib/X11 Fix the x11 check if /usr/X11R6/lib/X11/* needs to migrate to /etc/X11/* by ensuring that the former actually is detected. Avoids false migration errors for paths such as /fs if /usr/X11R6 doesn't exist, such as: x11 check: Migrate /fs to /etc/X11/fs The original implemention handled this correctly, but the bug crept in postinstall 1.110 on 2010/11/21. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 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.