diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-01 22:32:44 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-01 22:36:14 +0200 |
commit | 8a19a7956552715003a5063b3d66be7f831b6e9e (patch) | |
tree | 3eac6436b853da2eaa14226e13d3bc48c4876796 /package/mdnsresponder/mDNSResponderPosix.conf | |
parent | 01ca43795471240afa2187857d27eb4ec4a87521 (diff) | |
download | buildroot-novena-8a19a7956552715003a5063b3d66be7f831b6e9e.tar.gz buildroot-novena-8a19a7956552715003a5063b3d66be7f831b6e9e.zip |
mdnsresponder: remove package
The source target was broken until very recently, and it doesn't build
as it tries to use the host compiler for the client stuff, so there
cannot be many users of it.
People should use avahi instead nowadays, so so just remove it instead
of hacking it to work.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mdnsresponder/mDNSResponderPosix.conf')
-rw-r--r-- | package/mdnsresponder/mDNSResponderPosix.conf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/mdnsresponder/mDNSResponderPosix.conf b/package/mdnsresponder/mDNSResponderPosix.conf deleted file mode 100644 index 639e7be27..000000000 --- a/package/mdnsresponder/mDNSResponderPosix.conf +++ /dev/null @@ -1,23 +0,0 @@ -# See http://www.dns-sd.org/ServiceTypes.html for service types and parameters. -# Format is: -# name -# service type -# port -# [params, name=value, one per line] -# NOTE: At least as of 107.1 there is a bug where you cannot have a blank line -# NOTE: before the first entry if there are any leading comments. -#yourhost -#_ssh._tcp. -#22 - -#yourhost -#_http._tcp. -#80 -#path=/ - -#yourhost -#_ftp._tcp. -#21 -#u=yourusername -#p=password -#path=/somepath |