--- a/Makefile Sat Jan 10 10:11:06 2015 +0100
+++ b/Makefile Sat Jan 10 10:16:21 2015 +0100
@@ -7,7 +7,7 @@
html out/exim.html: ${TXT}
@mkdir -p out
- asciidoc -a date=${date} -a revision=${revision} -a x=y -o out/exim.html $<
+ asciidoc -a date=${date} -a revision=${revision} -o out/exim.html $<
#pdf a2x/exim.pdf: ${TXT}
# mkdir -p a2x
--- a/config.txt Sat Jan 10 10:11:06 2015 +0100
+++ b/config.txt Sat Jan 10 10:16:21 2015 +0100
@@ -191,13 +191,15 @@
queue_only = true
====
-.Deativierung
+.Deaktivierung
====
no_queue_only
queue_only = no
queue_only = false
====
+ > exim -C <(echo "queue_only = false") -bP queue_only
+
[[config.expansion]]
--- a/exim.txt Sat Jan 10 10:11:06 2015 +0100
+++ b/exim.txt Sat Jan 10 10:16:21 2015 +0100
@@ -101,15 +101,19 @@
domainlist 'foo' = 'domain' : 'domain'
====
+.Test
+====
+$ *exim -C /dev/null -bP configure_file* +
+/dev/null
+=====
+
+
+
Oder auch
durch Einrücken. Wird
dann aber auch fest *umgebrochen*
-Und wir haben noch andere Blöcke::
-Was machen die? Mal sehen.
-
-
include::operation.txt[]
include::config.txt[]