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 | ae1cc04e435e3fff9ec36cfbea28a8d4e6b21e03 (patch) | |
tree | 1d2ad467f36d9bd0830668927fa66529d7b53576 /package/avahi/files/service-http | |
parent | 59c6e0e9d04f4facf92256aad9fbaa14b8380d84 (diff) |
disable assertions, add an initscript and some config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/avahi/files/service-http')
-rw-r--r-- | package/avahi/files/service-http | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/avahi/files/service-http b/package/avahi/files/service-http new file mode 100644 index 000000000..8e0d3a513 --- /dev/null +++ b/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> |