diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-17 09:39:36 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-24 17:44:57 +0100 |
commit | 711b1d544888d56261ad2c01be13034fb7f78dce (patch) | |
tree | 8723e9f15455a32d7da0c049af8615f0dd165cb1 | |
parent | 1d3e83b0b3d2cf229e78874b3ed842f9c107dde8 (diff) |
genconf: set filetype and syntax
Change-Id: Ibcff5a513c4559c84ddfca1ef9449b1eff544006
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | conf/generate-unit-conf/afm-unit | 1 | ||||
-rw-r--r-- | conf/generate-unit-conf/binder.inc | 1 | ||||
-rw-r--r-- | conf/generate-unit-conf/provided.inc | 1 | ||||
-rw-r--r-- | conf/generate-unit-conf/service.inc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/conf/generate-unit-conf/afm-unit b/conf/generate-unit-conf/afm-unit index 3b56328..68c02ba 100644 --- a/conf/generate-unit-conf/afm-unit +++ b/conf/generate-unit-conf/afm-unit @@ -1,4 +1,5 @@ divert(-1) +dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4: ----------------------------------------------------------------------- -- Set the comment character of m4 to ; instead of # -- This is needed for substitution within lines starting with # diff --git a/conf/generate-unit-conf/binder.inc b/conf/generate-unit-conf/binder.inc index 48915c0..855956b 100644 --- a/conf/generate-unit-conf/binder.inc +++ b/conf/generate-unit-conf/binder.inc @@ -1,3 +1,4 @@ +dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4: IF_AGL_DEVEL X-AFM-http-port={{:#metadata.http-port}} diff --git a/conf/generate-unit-conf/provided.inc b/conf/generate-unit-conf/provided.inc index d42ba77..ea335ef 100644 --- a/conf/generate-unit-conf/provided.inc +++ b/conf/generate-unit-conf/provided.inc @@ -1,3 +1,4 @@ +dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4: ;--------------------------------------------------------------------------------- ;---- P R O V I D E D A P I S ---- ;--------------------------------------------------------------------------------- diff --git a/conf/generate-unit-conf/service.inc b/conf/generate-unit-conf/service.inc index ab8dff5..f2341d1 100644 --- a/conf/generate-unit-conf/service.inc +++ b/conf/generate-unit-conf/service.inc @@ -1,3 +1,4 @@ +dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4: ;--------------------------------------------------------------------------------- ;---- M A I N P A R T O F T H E S E R V I C E ---- ;--------------------------------------------------------------------------------- |