diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2018-08-02 12:05:46 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2018-08-02 12:05:46 +0000 |
commit | 16ca8f48fd9dd934e75bafd45093ba2c46044119 (patch) | |
tree | b9a99359c3c6f02e15e1ddea8f11904094403b5d /net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig | |
parent | Remove expired ports: (diff) |
- Bump PORTREVISION
- Fix rc script errors
- Fix config file location
Diffstat (limited to 'net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig')
-rw-r--r-- | net/cloud-init/files/patch-sysvinit_freebsd_cloudconfig | 10 |
1 files changed, 10 insertions, 0 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" |