summaryrefslogtreecommitdiff
path: root/net/cloud-init/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/cloud-init/files')
-rw-r--r--net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig10
-rw-r--r--net/cloud-init/files/patch-sysvinit_freebsd_cloudfinal10
-rw-r--r--net/cloud-init/files/patch-sysvinit_freebsd_cloudinit10
-rw-r--r--net/cloud-init/files/patch-sysvinit_freebsd_cloudinitlocal10
4 files changed, 39 insertions, 1 deletions
diff --git a/net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig b/net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig
new file mode 100644
index 000000000000..7c06457e1040
--- /dev/null
+++ b/net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig
@@ -0,0 +1,10 @@
+--- sysvinit/freebsd/cloudconfig.orig 2018-08-01 15:31:13 UTC
++++ sysvinit/freebsd/cloudconfig
+@@ -22,4 +22,7 @@ cloudconfig_start()
+ }
+
+ load_rc_config $name
++
++: ${cloudconfig_enable="NO"}
++
+ run_rc_command "$1"
diff --git a/net/cloud-init/files/patch-sysvinit_freebsd_cloudfinal b/net/cloud-init/files/patch-sysvinit_freebsd_cloudfinal
new file mode 100644
index 000000000000..4f6a70840666
--- /dev/null
+++ b/net/cloud-init/files/patch-sysvinit_freebsd_cloudfinal
@@ -0,0 +1,10 @@
+--- sysvinit/freebsd/cloudfinal.orig 2018-08-01 15:31:17 UTC
++++ sysvinit/freebsd/cloudfinal
+@@ -22,4 +22,7 @@ cloudfinal_start()
+ }
+
+ load_rc_config $name
++
++: ${cloudfinal_enable="NO"}
++
+ run_rc_command "$1"
diff --git a/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit b/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit
index 4e7c85a26735..83f3cd3056f3 100644
--- a/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit
+++ b/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit
@@ -1,4 +1,4 @@
---- sysvinit/freebsd/cloudinit.orig 2018-01-01 11:58:33 UTC
+--- sysvinit/freebsd/cloudinit.orig 2018-08-01 15:31:22 UTC
+++ sysvinit/freebsd/cloudinit
@@ -1,7 +1,7 @@
#!/bin/sh
@@ -9,3 +9,11 @@
# BEFORE: cloudconfig cloudfinal
. /etc/rc.subr
+@@ -22,4 +22,7 @@ cloudinit_start()
+ }
+
+ load_rc_config $name
++
++: ${cloudinit_enable="NO"}
++
+ run_rc_command "$1"
diff --git a/net/cloud-init/files/patch-sysvinit_freebsd_cloudinitlocal b/net/cloud-init/files/patch-sysvinit_freebsd_cloudinitlocal
new file mode 100644
index 000000000000..dcfcf9a0dc5a
--- /dev/null
+++ b/net/cloud-init/files/patch-sysvinit_freebsd_cloudinitlocal
@@ -0,0 +1,10 @@
+--- sysvinit/freebsd/cloudinitlocal.orig 2018-08-01 15:31:29 UTC
++++ sysvinit/freebsd/cloudinitlocal
+@@ -22,4 +22,7 @@ cloudlocal_start()
+ }
+
+ load_rc_config $name
++
++: ${cloudinitlocal_enable="NO"}
++
+ run_rc_command "$1"