diff options
| author | Neel Chauhan <nc@FreeBSD.org> | 2022-07-29 12:36:08 -0700 |
|---|---|---|
| committer | Neel Chauhan <nc@FreeBSD.org> | 2022-07-29 12:36:08 -0700 |
| commit | 2260f0cb800adfe295f9f9cbe8523800d5f2c733 (patch) | |
| tree | 1bc0ed1aa19c5de9a7bb8d1751c06e9bc8132a49 /net/ndisc6/files/patch-rdnss_merge-hook.in | |
| parent | multimedia/gtk-youtube-viewer: Update to 3.10.1 (diff) | |
net/ndisc6: Update to 1.0.6
Diffstat (limited to 'net/ndisc6/files/patch-rdnss_merge-hook.in')
| -rw-r--r-- | net/ndisc6/files/patch-rdnss_merge-hook.in | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/net/ndisc6/files/patch-rdnss_merge-hook.in b/net/ndisc6/files/patch-rdnss_merge-hook.in index 03c296e38be7..a9b6c0e9608f 100644 --- a/net/ndisc6/files/patch-rdnss_merge-hook.in +++ b/net/ndisc6/files/patch-rdnss_merge-hook.in @@ -1,6 +1,6 @@ ---- rdnss/merge-hook.in.orig 2014-12-14 10:13:57 UTC +--- rdnss/merge-hook.in.orig 2022-01-27 20:23:33 UTC +++ rdnss/merge-hook.in -@@ -19,7 +19,7 @@ +@@ -19,7 +19,7 @@ set -e set -e @@ -9,20 +9,3 @@ # Max number of nameserver options taken into account. Should be as # defined in <resolv.h> -@@ -31,14 +31,14 @@ MAXNS=3 - # will limit the IPv6 entries it adds to $RDNSS_LIMIT only. - RDNSS_LIMIT=$(($MAXNS - 1)) - --sysconfdir='@SYSCONFDIR@' -+sysconfdir='/etc' - localstatedir='@LOCALSTATEDIR@' - resolvconf="$sysconfdir/resolv.conf" - myresolvconf="$localstatedir/run/rdnssd/resolv.conf" - - # These should be POSIX-compliant BREs - RE_NSV4='^nameserver *\([0-9]\{1,3\}\.\)\{3,3\}[0-9]\{1,3\} *$' --RE_NSV4OR6='^nameserver *[a-fA-F0-9:\.]\{1,46\}\(%[a-zA-Z0-9]\{1,\}\)\{,1\} *$' -+RE_NSV4OR6='^nameserver *[a-fA-F0-9:\.]\{1,46\}\(%[a-zA-Z0-9]\{1,\}\)\{0,1\} *$' - - # Count how many IPv6 nameservers we can fit - |
