diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-24 02:02:57 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-24 02:02:57 +0000 |
commit | 01e95ed6aaf44653546d32360b6a52eda3f46e05 (patch) | |
tree | 11cf89b0cde64a769195d764d32bb375bad7ea62 /openwrt/package/avahi/files/service-http | |
parent | 1bd05f06b6f5e491094432a99731a03af0609c0e (diff) |
disable assertions, add an initscript and some config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/avahi/files/service-http')
-rw-r--r-- | openwrt/package/avahi/files/service-http | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/avahi/files/service-http b/openwrt/package/avahi/files/service-http new file mode 100644 index 000000000..8e0d3a513 --- /dev/null +++ b/openwrt/package/avahi/files/service-http @@ -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> |