ports/net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig
Ryan Steinmetz 16ca8f48fd - Bump PORTREVISION
- Fix rc script errors
- Fix config file location
2018-08-02 12:05:46 +00:00

10 lines
215 B
Text

--- 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"