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)
Sun, May 21, 4:20 AM
Unknown Object (File)
Sun, May 21, 4:20 AM
Unknown Object (File)
Fri, May 5, 11:18 AM
Unknown Object (File)
Apr 5 2023, 8:27 AM
Unknown Object (File)
Apr 4 2023, 7:38 AM
Unknown Object (File)
Mar 9 2023, 5:56 AM
Unknown Object (File)
Feb 28 2023, 10:22 AM
Unknown Object (File)
Feb 27 2023, 10:39 PM
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 4857
Build 4920: 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
33

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
33

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.