Revert "avahi: Add sftp service"
This reverts commit 49c7e701bc
.
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
79592842d5
commit
b80fe2edbc
2 changed files with 4 additions and 9 deletions
|
@ -18,7 +18,7 @@ endif
|
||||||
|
|
||||||
PKG_NAME:=avahi
|
PKG_NAME:=avahi
|
||||||
PKG_VERSION:=0.6.31
|
PKG_VERSION:=0.6.31
|
||||||
PKG_RELEASE:=8
|
PKG_RELEASE:=7
|
||||||
|
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -121,14 +121,14 @@ define Package/avahi-dnsconfd
|
||||||
$(call Package/avahi/Default)
|
$(call Package/avahi/Default)
|
||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
DEPENDS:=+libavahi +libdaemon
|
DEPENDS:=+libavahi +libdaemon
|
||||||
TITLE:=An mDNS/DNS-SD unicast DNS server
|
TITLE:=A Unicast DNS server from mDNS/DNS-SD configuration daemon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/avahi-dnsconfd/description
|
define Package/avahi-dnsconfd/description
|
||||||
$(call Package/avahi/Default/description)
|
$(call Package/avahi/Default/description)
|
||||||
.
|
.
|
||||||
This package contains a Unicast DNS server for the mDNS/DNS-SD configuration
|
This package contains a Unicast DNS server from mDNS/DNS-SD configuration
|
||||||
daemon. It may be used to configure conventional DNS servers using mDNS
|
daemon, which may be used to configure conventional DNS servers using mDNS
|
||||||
in a DHCP-like fashion. Especially useful on IPv6.
|
in a DHCP-like fashion. Especially useful on IPv6.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,4 @@
|
||||||
<type>_ssh._tcp</type>
|
<type>_ssh._tcp</type>
|
||||||
<port>22</port>
|
<port>22</port>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service>
|
|
||||||
<type>_sftp-ssh._tcp</type>
|
|
||||||
<port>22</port>
|
|
||||||
</service>
|
|
||||||
</service-group>
|
</service-group>
|
||||||
|
|
Loading…
Reference in a new issue