disable assertions, add an initscript and some config files
[openwrt.git] / openwrt / package / avahi / files / service-http
diff --git a/openwrt/package/avahi/files/service-http b/openwrt/package/avahi/files/service-http
new file mode 100644 (file)
index 0000000..8e0d3a5
--- /dev/null
@@ -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=/index.html</txt-record>
+  </service>
+</service-group>