blob: 4e7c85a26735df16e438a20ad25b4735ab9018fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|