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_cloudinitlocal | |
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_cloudinitlocal')
-rw-r--r-- | net/cloud-init/files/patch-sysvinit_freebsd_cloudinitlocal | 10 |
1 files changed, 10 insertions, 0 deletions
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" |