summaryrefslogtreecommitdiff
path: root/sysvinit/freebsd/cloudconfig
diff options
context:
space:
mode:
authorIgor Galić <me+git@igalic.co>2020-02-07 23:03:17 +0100
committerGitHub <noreply@github.com>2020-02-07 17:03:17 -0500
commit616d0a60d8d6ef0fa024267e718b3ed0e3b6bbdc (patch)
tree0bf06cc54223a56a9b14f74bdf9b3253f183e0f8 /sysvinit/freebsd/cloudconfig
parentb285efb97947af1966b2a46df30e0764ba44aa55 (diff)
downloadcloud-init-git-616d0a60d8d6ef0fa024267e718b3ed0e3b6bbdc.tar.gz
import sysvinit patches from freebsd-ports tree (#161)
bugzilla ref: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224361 svn rev: https://svnweb.freebsd.org/ports?view=revision&revision=457768
Diffstat (limited to 'sysvinit/freebsd/cloudconfig')
-rwxr-xr-xsysvinit/freebsd/cloudconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysvinit/freebsd/cloudconfig b/sysvinit/freebsd/cloudconfig
index e4064fa3..fb604f4d 100755
--- a/sysvinit/freebsd/cloudconfig
+++ b/sysvinit/freebsd/cloudconfig
@@ -22,4 +22,7 @@ cloudconfig_start()
}
load_rc_config $name
+
+: ${cloudconfig_enable="NO"}
+
run_rc_command "$1"