← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~redriver/cloud-init:cloudinitlocal_fail_to_start_on_frbsd into cloud-init:master

 

Hongjiang Zhang has proposed merging ~redriver/cloud-init:cloudinitlocal_fail_to_start_on_frbsd into cloud-init:master.

Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~redriver/cloud-init/+git/cloud-init/+merge/326905
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~redriver/cloud-init:cloudinitlocal_fail_to_start_on_frbsd into cloud-init:master.
diff --git a/sysvinit/freebsd/cloudinitlocal b/sysvinit/freebsd/cloudinitlocal
index 11a5eb1..7a034b3 100755
--- a/sysvinit/freebsd/cloudinitlocal
+++ b/sysvinit/freebsd/cloudinitlocal
@@ -2,7 +2,7 @@
 
 # PROVIDE: cloudinitlocal
 # REQUIRE: ldconfig mountcritlocal 
-# BEFORE:  NETWORKING FILESYSTEMS cloudinit cloudconfig cloudfinal
+# BEFORE:  NETWORKING cloudinit cloudconfig cloudfinal
 
 . /etc/rc.subr
 

Follow ups