aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2017-10-12 19:01:12 +0200
committerJoachim Nilsson <troglobit@gmail.com>2017-10-12 19:01:25 +0200
commit3d5128be77429e3f2f4949854629917e89469afb (patch)
tree9163b885bac38af6b3708149ac26e35bc230f251
parentb37ea48e5db68707325b7b6bda4c4df071b937d5 (diff)
downloadfinit-3d5128be77429e3f2f4949854629917e89469afb.zip
finit-3d5128be77429e3f2f4949854629917e89469afb.tar.gz
finit-3d5128be77429e3f2f4949854629917e89469afb.tar.bz2
Remove Emacs Local Variables, not really needed and looks bad
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--contrib/alpine/README.md6
-rw-r--r--contrib/debian/README.md6
-rw-r--r--doc/bootstrap.md6
-rw-r--r--doc/build.md6
-rw-r--r--doc/conditions.md6
-rw-r--r--doc/config.md6
-rw-r--r--doc/inetd.md6
-rw-r--r--doc/plugins.md7
-rw-r--r--doc/service.md6
-rw-r--r--doc/signals.md6
10 files changed, 0 insertions, 61 deletions
diff --git a/contrib/alpine/README.md b/contrib/alpine/README.md
index 95cc33c..22333e8 100644
--- a/contrib/alpine/README.md
+++ b/contrib/alpine/README.md
@@ -34,9 +34,3 @@ like keyboard language etc.
[libuEv]: https://github.com/troglobit/libuev
[libite]: https://github.com/troglobit/libite
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/contrib/debian/README.md b/contrib/debian/README.md
index f7b6efb..8823b2c 100644
--- a/contrib/debian/README.md
+++ b/contrib/debian/README.md
@@ -39,9 +39,3 @@ Have fun!
[libuEv]: https://github.com/troglobit/libuev
[libite]: https://github.com/troglobit/libite
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/doc/bootstrap.md b/doc/bootstrap.md
index cc8dc41..405139b 100644
--- a/doc/bootstrap.md
+++ b/doc/bootstrap.md
@@ -45,9 +45,3 @@ on external media.
[run-parts(8)]: http://manpages.debian.org/cgi-bin/man.cgi?query=run-parts
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/doc/build.md b/doc/build.md
index b971af9..fdf8c8e 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -132,9 +132,3 @@ it only for debugging start up issues when Finit crashes.
[1]: ftp://troglobit.com/finit/finit-3.0.tar.xz
[libuEv]: https://github.com/troglobit/libuev
[libite]: https://github.com/troglobit/libite
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/doc/conditions.md b/doc/conditions.md
index 25da057..367d86b 100644
--- a/doc/conditions.md
+++ b/doc/conditions.md
@@ -159,9 +159,3 @@ Therefore, any plugin that supplies Finit with conditions must ensure
that their state is updated after each reconfiguration. This can be
done by binding to the `HOOK_SVC_RECONF` hook. For an example of how
to do this, see `plugins/pidfile.c`.
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/doc/config.md b/doc/config.md
index 97a0f40..885cb3a 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -283,9 +283,3 @@ Supported stanzas are:
sure to update your setup, or the finit configuration, accordingly.
[run-parts(8)]: http://manpages.debian.org/cgi-bin/man.cgi?query=run-parts
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/doc/inetd.md b/doc/inetd.md
index a6545e4..8c9aafa 100644
--- a/doc/inetd.md
+++ b/doc/inetd.md
@@ -123,9 +123,3 @@ some NTP implementations), year 2036!
[TCP Wrappers]: https://en.wikipedia.org/wiki/TCP_Wrapper
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/doc/plugins.md b/doc/plugins.md
index c84b7e5..b6c66b2 100644
--- a/doc/plugins.md
+++ b/doc/plugins.md
@@ -123,10 +123,3 @@ Plugins like `initctl.so` and `tty.so` extend finit by acting on events,
they are called I/O plugins and are called from the finit main loop when
`poll()` detects an event. See the source code for `plugins/*.c` for
more help and ideas.
-
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/doc/service.md b/doc/service.md
index 943b56f..2c25905 100644
--- a/doc/service.md
+++ b/doc/service.md
@@ -31,9 +31,3 @@ The current state depends on the two following conditions:
For a detailed description of conditions, and how to debug them,
see the [Finit Conditions](conditions.md) document.
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->
diff --git a/doc/signals.md b/doc/signals.md
index c917b2c..2ea8bb8 100644
--- a/doc/signals.md
+++ b/doc/signals.md
@@ -33,9 +33,3 @@ have been adopted:
UPS status. Traditionally SysV init read /etc/powerstatus and
acted on "OK", "FAIL", or "LOW" and then removed the file.
Finit currently forwards this to `SIGUSR2`.
-
-<!--
- -- Local Variables:
- -- mode: markdown
- -- End:
- -->