openresolv-discuss

Re: [PATCH] Fix original resolvconf configuration layout

Roy Marples

Sun Jul 07 00:03:30 2019

On 05/07/2019 16:13, Einar Jón wrote:
Path to original resolvconf configuration changed from
/etc/resolvconf/resolv.conf.d/resolv.conf.d to
/etc/resolvconf/resolv.conf.d

Signed-off-by: Einar Jon Gunnarsson <tolvupostur@xxxxxxxxx>
---
  libc.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libc.in b/libc.in
index 36d8411..a5c683f 100644
--- a/libc.in
+++ b/libc.in
@@ -77,7 +77,7 @@ local_nameservers="127.* 0.0.0.0 255.255.255.255 ::1"
  if [ -f "$SYSCONFDIR"/resolvconf.conf ]; then
   . "$SYSCONFDIR"/resolvconf.conf
  elif [ -d "$SYSCONFDIR"/resolvconf ]; then
- SYSCONFDIR="$SYSCONFDIR/resolvconf/resolv.conf.d"
+ SYSCONFDIR="$SYSCONFDIR/resolvconf"
   base="$SYSCONFDIR/resolv.conf.d/base"
   if [ -f "$base" ]; then
   prepend_nameservers="$(key_get_value "nameserver " "$base")"


Fix here, thanks!
https://roy.marples.name/cgit/openresolv.git/commit/?id=729461bb1d6056b52ab09063c5c26f058f975c0d

References:
[PATCH] Fix original resolvconf configuration layoutEinar Jón
Archive administrator: postmaster@marples.name