File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ elif [ -d "$SYSCONFDIR"/resolvconf ]; then
94
94
fi
95
95
fi
96
96
: ${resolv_conf:=/ etc/ resolv.conf}
97
+ if [ " $resolv_conf " = " /dev/null" ]; then
98
+ exit 0
99
+ fi
97
100
: ${resolv_conf_tmp:= " $resolv_conf .$$ .openresolv" }
98
101
: ${libc_service:= nscd}
99
102
: ${list_resolv:=@ SBINDIR@/ resolvconf -L}
Original file line number Diff line number Diff line change 22
22
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23
23
.\" SUCH DAMAGE.
24
24
.\"
25
- .Dd March 24 , 2025
25
+ .Dd April 21 , 2025
26
26
.Dt RESOLVCONF.CONF 5
27
27
.Os
28
28
.Sh NAME
@@ -190,6 +190,11 @@ directly:-
190
190
Defaults to
191
191
.Pa /etc/resolv.conf
192
192
if not set.
193
+ Set to
194
+ .Pa /dev/null
195
+ to stop
196
+ .Xr resolvconf 8
197
+ from changing it.
193
198
.It Sy resolv_conf_options
194
199
A list of libc resolver options, as specified in
195
200
.Xr resolv.conf 5 .
You can’t perform that action at this time.
0 commit comments