forked from Lainports/freebsd-ports
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
11 lines
304 B
Text
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
|