summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-06-17 16:20:08 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-06-17 16:20:08 +0200
commitb8cb345dd5c6d807d1e33fdd50c82047f08b7ce6 (patch)
tree6233e7b75af2a315e6856df945418a5010b21b4f
parenta90c2b99d437069b30f01e6153eb8013eb359234 (diff)
downloaddabmux-b8cb345dd5c6d807d1e33fdd50c82047f08b7ce6.tar.gz
dabmux-b8cb345dd5c6d807d1e33fdd50c82047f08b7ce6.tar.bz2
dabmux-b8cb345dd5c6d807d1e33fdd50c82047f08b7ce6.zip
set IDs in example mux files
-rw-r--r--doc/advanced.mux3
-rw-r--r--doc/example.mux4
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux
index 7c0f0b0..99ed4c8 100644
--- a/doc/advanced.mux
+++ b/doc/advanced.mux
@@ -91,6 +91,7 @@ services {
; Each service has it's own unique identifier, that is
; used throughout the configuration file and for the RC.
srv-fu {
+ id 0x8daa
label "Funk"
shortlabel "Fu"
pty 0
@@ -117,10 +118,12 @@ services {
}
}
srv-lu {
+ id 0x8dab
label "Luschtig"
; pty, language, shortlabel and id can be omitted, and will take default values
}
srv-ri {
+ id 0x8dac
label "rick"
}
diff --git a/doc/example.mux b/doc/example.mux
index 4925629..c7f1f2d 100644
--- a/doc/example.mux
+++ b/doc/example.mux
@@ -26,7 +26,7 @@ general {
; boolean fields can accept either false or true as values:
- ; Enable logging to syslog
+ ; Set to true to enable logging to syslog
syslog false
; Enable timestamp definition necessary for SFN
@@ -77,10 +77,12 @@ services {
; Each service has it's own unique identifier, that is
; used throughout the configuration file and for the RC.
srv-fu {
+ id 0x8daa
label "Funk"
; you can define a shortlabel too.
}
srv-ri {
+ id 0x8dab
label "Rick"
}
}