diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-01 12:14:13 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-01 12:14:13 +0000 |
commit | 4fd6b1be12ac3f58c4daaca11308aca8aaf1b29c (patch) | |
tree | 7a601020638ac12b44666e68458547c48f2c62c2 /net/cloud-init/files | |
parent | www/mod_md-devel: Update to 1.1.6 (diff) |
net/cloud-init: Add ldconfig to rc.d script
rcorder shows that ldconfig is running after cloudinit in some cases.
This can lead to problems like the following when running it on
OpenStack:
Shared object "libpython2.7.so.1" not found, required by "python2.7"
- Reset maintainer by request of the current maintainer
PR: 224361
Submitted by: thompsa
Approved by: maintainer
Diffstat (limited to 'net/cloud-init/files')
-rw-r--r-- | net/cloud-init/files/patch-sysvinit_freebsd_cloudinit | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit b/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit new file mode 100644 index 000000000000..4e7c85a26735 --- /dev/null +++ b/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit @@ -0,0 +1,11 @@ +--- sysvinit/freebsd/cloudinit.orig 2018-01-01 11:58:33 UTC ++++ sysvinit/freebsd/cloudinit +@@ -1,7 +1,7 @@ + #!/bin/sh + + # PROVIDE: cloudinit +-# REQUIRE: FILESYSTEMS NETWORKING cloudinitlocal ++# REQUIRE: FILESYSTEMS NETWORKING cloudinitlocal ldconfig + # BEFORE: cloudconfig cloudfinal + + . /etc/rc.subr |