summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/example.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-22 23:11:22 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-22 23:11:22 +0000
commited06b3a0319dca75edb73310a35b525c7456a035 (patch)
treee89cfdfa5e2a63c1749a1e605223a7b91c215429 /avahi-daemon/example.service
parentd2dd8d0d225fd8e4cfc67c8125a38ed22f17ddd3 (diff)
Make protocol an attribute instead of an element. (Sorry Lathiat, but you broke the DTD, and I just fixed this without forcing a specific order of elements.)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@401 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/example.service')
-rw-r--r--avahi-daemon/example.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/avahi-daemon/example.service b/avahi-daemon/example.service
index 72ab8ea..0e565b9 100644
--- a/avahi-daemon/example.service
+++ b/avahi-daemon/example.service
@@ -16,12 +16,11 @@
<port>631</port>
</service>
- <service>
+ <service protocol="ipv6">
<type>_uberprinter._tcp</type>
<domain-name>local</domain-name>
<host-name>quux.local</host-name>
<port>4711</port>
- <protocol>any</protocol>
<txt-record>this=is</txt-record>
<txt-record>a=really</txt-record>
<txt-record>bad=example</txt-record>