freebsd-ports/net/cloud-init/files/patch-sysvinit_freebsd_cloudinit
Tobias Kortkamp 4fd6b1be12 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
2018-01-01 12:14:13 +00:00

11 lines
304 B
Text

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