From 16ca8f48fd9dd934e75bafd45093ba2c46044119 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Thu, 2 Aug 2018 12:05:46 +0000 Subject: - Bump PORTREVISION - Fix rc script errors - Fix config file location --- net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig (limited to 'net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig') 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" -- cgit v1.2.3