Module Name: src Committed By: kre Date: Mon Oct 8 14:09:38 UTC 2018
Modified Files: src/external/bsd/openresolv/dist: resolvconf.in Log Message: PR port-evbarm/53661 (which has nothing particular to do with port-evbarm) When eval'ing RESTARTCMD don't field split it, only to join the words again (by eval) - that converts newlines and tabs to spaces, and the first of those causes sh syntax errors with the way that the various RESTARTCMDs are now written (but it was always dangerous, as filename expansions could also have happened, which is not wanted, I believe.) Also correct a translation error. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/openresolv/dist/resolvconf.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.