aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/avahi/files
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/avahi/files')
-rw-r--r--openwrt/package/avahi/files/avahi-daemon.conf29
-rw-r--r--openwrt/package/avahi/files/avahi-daemon.init25
-rw-r--r--openwrt/package/avahi/files/service-http10
-rw-r--r--openwrt/package/avahi/files/service-ssh9
4 files changed, 0 insertions, 73 deletions
diff --git a/openwrt/package/avahi/files/avahi-daemon.conf b/openwrt/package/avahi/files/avahi-daemon.conf
deleted file mode 100644
index a5ff886195..0000000000
--- a/openwrt/package/avahi/files/avahi-daemon.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-[server]
-#host-name=foo
-#domain-name=local
-use-ipv4=yes
-use-ipv6=no
-check-response-ttl=no
-use-iff-running=no
-enable-dbus=no
-
-[publish]
-publish-addresses=yes
-publish-hinfo=yes
-publish-workstation=no
-publish-domain=yes
-#publish-dns-servers=192.168.1.1
-#publish-resolv-conf-dns-servers=yes
-
-[reflector]
-enable-reflector=no
-reflect-ipv=no
-
-[rlimits]
-#rlimit-as=
-rlimit-core=0
-rlimit-data=4194304
-rlimit-fsize=0
-rlimit-nofile=30
-rlimit-stack=4194304
-rlimit-nproc=1
diff --git a/openwrt/package/avahi/files/avahi-daemon.init b/openwrt/package/avahi/files/avahi-daemon.init
deleted file mode 100644
index 20f0a2e064..0000000000
--- a/openwrt/package/avahi/files/avahi-daemon.init
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-BIN=avahi-daemon
-DEFAULT=/etc/default/$BIN
-OPTIONS="-D"
-RUN_D=/var/run/$BIN
-[ -f $DEFAULT ] && . $DEFAULT
-
-case $1 in
- start)
- mkdir -p $RUN_D
- $BIN $OPTIONS
- ;;
- stop)
- $BIN -k
- ;;
- reload)
- $BIN -r
- ;;
- *)
- echo "usage: $0 (start|stop|reload)"
- exit 1
-esac
-
-exit $?
diff --git a/openwrt/package/avahi/files/service-http b/openwrt/package/avahi/files/service-http
deleted file mode 100644
index 8e0d3a5136..0000000000
--- a/openwrt/package/avahi/files/service-http
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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>
diff --git a/openwrt/package/avahi/files/service-ssh b/openwrt/package/avahi/files/service-ssh
deleted file mode 100644
index b415803784..0000000000
--- a/openwrt/package/avahi/files/service-ssh
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
-<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
-<service-group>
- <name replace-wildcards="yes">Secure Shell on %h</name>
- <service>
- <type>_ssh._tcp</type>
- <port>22</port>
- </service>
-</service-group>