Module Name: src Committed By: martin Date: Tue Aug 12 14:38:29 UTC 2014
Modified Files: src/usr.sbin/postinstall [netbsd-7]: postinstall Log Message: Pull up following revision(s) (requested by apb in ticket #8): usr.sbin/postinstall/postinstall: revision 1.177 usr.sbin/postinstall/postinstall: revision 1.178 usr.sbin/postinstall/postinstall: revision 1.179 Check for and delete ${DEST_DIR}/@RUNDIR@, not /@RUNDIR@. Also remove an unnecessary eval in do_dhcpcdrundir and fix a typo in the description. Quoting fixes in several eval commands. In get_makevar, ask make to recursively expand the variable, not just print the unexpanded value. This is done by using make -V '${VAR}' instead of make -V 'VAR'. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.175.2.1 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.