Import avahi from oldpackages

This commit is contained in:
Ted Hess
2014-07-16 12:28:32 -04:00
parent 483e09bdb2
commit fa8703665b
6 changed files with 462 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Web Server on %h</name>
<service>
<type>_http._tcp</type>
<port>80</port>
<txt-record>path=/</txt-record>
</service>
</service-group>