CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2009/03/27 09:17:31
Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Mitigate the risk of leaving the system in an inconsistent state when a "special" file has been installed (e.g. master.passwd) but sysmerge was interrupted: we now run the corresponding command right after installing the file and not at the end of sysmerge run. When DESTDIR is set and a new aliases file has been installed, try to run newaliases from chrooted DESTDIR. input from and ok sthen@