aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-11-27 09:03:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-11-27 09:03:06 +0000
commitf3b371f4d938c09c4cdc8fd95b4b52e1d8dd41dd (patch)
treeaec64f1702cd3b0783387d9170507257c259695f /libexec
parent41fe9d53005ef213ff16d9b095c0a88e3f2fb296 (diff)
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/nuageinit/nuageinit2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/nuageinit/nuageinit b/libexec/nuageinit/nuageinit
index 5249c09eb5f1..88e8b6c4c2cd 100755
--- a/libexec/nuageinit/nuageinit
+++ b/libexec/nuageinit/nuageinit
@@ -95,7 +95,6 @@ local function config2_network(p)
mylinks[v["id"]] = ifaces[s]
end
- nuage.mkdir_p(root .. "/etc/rc.conf.d")
local network = open_config("network")
local routing = open_config("routing")
local ipv6 = {}
@@ -308,7 +307,6 @@ if line == "#cloud-config" then
end
if obj.network then
local ifaces = get_ifaces()
- nuage.mkdir_p(root .. "/etc/rc.conf.d")
local network = open_config("network")
local routing = open_config("routing")
local ipv6 = {}