mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
Compensate for an underpopulated MFS.
This commit is contained in:
parent
70f8c15560
commit
96a6cda5d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22844
@ -510,6 +510,7 @@ configResolv(void)
|
||||
cp = variable_get(VAR_NAMESERVER);
|
||||
if (!cp || !*cp)
|
||||
goto skip;
|
||||
Mkdir("/etc");
|
||||
fp = fopen("/etc/resolv.conf", "w");
|
||||
if (!fp)
|
||||
return;
|
||||
|
@ -510,6 +510,7 @@ configResolv(void)
|
||||
cp = variable_get(VAR_NAMESERVER);
|
||||
if (!cp || !*cp)
|
||||
goto skip;
|
||||
Mkdir("/etc");
|
||||
fp = fopen("/etc/resolv.conf", "w");
|
||||
if (!fp)
|
||||
return;
|
||||
|
@ -510,6 +510,7 @@ configResolv(void)
|
||||
cp = variable_get(VAR_NAMESERVER);
|
||||
if (!cp || !*cp)
|
||||
goto skip;
|
||||
Mkdir("/etc");
|
||||
fp = fopen("/etc/resolv.conf", "w");
|
||||
if (!fp)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user