Page MenuHomeFreeBSD

Fix missing substitution of @SBINDIR@ in resolvconf script
ClosedPublic

Authored by badger on Aug 18 2016, 10:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 10:20 AM
Unknown Object (File)
Fri, Mar 29, 2:27 AM
Unknown Object (File)
Thu, Mar 28, 7:42 PM
Unknown Object (File)
Mar 15 2024, 7:20 PM
Unknown Object (File)
Mar 15 2024, 7:20 PM
Unknown Object (File)
Mar 12 2024, 12:18 AM
Unknown Object (File)
Mar 12 2024, 12:18 AM
Unknown Object (File)
Mar 12 2024, 12:07 AM
Subscribers

Details

Summary

Fix missing substitution of @SBINDIR@ in resolvconf script

Certain features, such as resolv_conf_passthrough=NULL, do not work
correctly due to this missing substitution.

Also remove the @PREFIX@ substitution, which is no longer needed.

The @SBINDIR@ strings look to have appeared in r282431 with openresolv
3.7.0.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4858
Build 4921: arc lint + arc unit

Event Timeline

badger retitled this revision from to Fix missing substitution of @SBINDIR@ in resolvconf script.
badger updated this object.
badger edited the test plan for this revision. (Show Details)
badger updated this object.
pfg edited edge metadata.

Looks good to me.

sbin/resolvconf/Makefile
32

Is this a TAB, and if so, why?

This revision is now accepted and ready to land.Aug 21 2016, 8:17 PM

Forgot to mention .. please MFC11. IOt's difficult to keep up with changes if things differ.

sbin/resolvconf/Makefile
32

Yeah; I left the SYSCONFDIR line's indent as tabs when I appended it to the sed line. All the '-e' lines line up nicely in an editor with 8 space tabs, though perhaps not in phabricator.

This revision was automatically updated to reflect the committed changes.