summaryrefslogtreecommitdiff
path: root/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2018-08-02 12:05:46 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2018-08-02 12:05:46 +0000
commit16ca8f48fd9dd934e75bafd45093ba2c46044119 (patch)
treeb9a99359c3c6f02e15e1ddea8f11904094403b5d /net/cloud-init/files/patch-sysvinit_freebsd_cloudinit
parentRemove expired ports: (diff)
- Bump PORTREVISION
- Fix rc script errors - Fix config file location
Diffstat (limited to 'net/cloud-init/files/patch-sysvinit_freebsd_cloudinit')
-rw-r--r--net/cloud-init/files/patch-sysvinit_freebsd_cloudinit10
1 files changed, 9 insertions, 1 deletions
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"