]> git.meshlink.io Git - catta/commitdiff
make the example a little bit more interesting
authorLennart Poettering <lennart@poettering.net>
Fri, 17 Jun 2005 12:34:16 +0000 (12:34 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Jun 2005 12:34:16 +0000 (12:34 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@117 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/example.service

index e9a3ff471d2a34ce8eaa2dd49652455b20e1608d..a5f9071aced6f3a60d46d03a6c7578c158543de4 100644 (file)
@@ -8,18 +8,17 @@
 
   <service>
     <type>_ssh._tcp</type>
-<!--     <domain-name>local</domain-name> -->
-<!--     <host-name>gurki.local</host-name>  -->
     <port>22</port>
-    <txt-record>foo=gaga</txt-record>
   </service>
 
   <service>
     <type>_telnet._tcp</type>
-<!--    <domain-name>local</domain-name>
-    <host-name>gurki.local</host-name> -->
+    <domain-name>local</domain-name>
+    <host-name>ecstasy.local</host-name>
     <port>23</port>
     <txt-record>foo=bar</txt-record>
+    <txt-record>waldo=buzz</txt-record>
+    <txt-record>another=record</txt-record>
   </service>
 
 </service-group>