Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261910 - net-ftp/ftpbase add avahi-powered service discovery
Summary: net-ftp/ftpbase add avahi-powered service discovery
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 20:33 UTC by Johannes Truschnigg
Modified: 2021-07-23 19:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
.service-file for avahi to broadcast the system's ftpd. (ftp.service,277 bytes, text/plain)
2009-03-09 20:33 UTC, Johannes Truschnigg
Details
Suggested ebuild for net-ftp/ftpbase to add avahi support. (ftpbase-0.02.ebuild,2.38 KB, text/plain)
2009-03-09 20:34 UTC, Johannes Truschnigg
Details
Unified diff between detailing changes made for acahi support. (ftpbase.diff,1.58 KB, text/plain)
2009-03-09 21:39 UTC, Johannes Truschnigg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Truschnigg 2009-03-09 20:33:05 UTC
On the LAN, many services can be discovered in a convenient manner via mDNS/Zeroconf/Bonjour/Avahi/Thisconceptsnameoftheweek, and despite its age,FTP is no exception. The attached ebuild provides a USE-flag for net-ftp/ftpbase to hook into avahi-daemon, broadcasting the ftpd's presence on the network in turn.

A default .service-file for avahi-daemon to register the ftp server is also attached.

Reproducible: Always

Steps to Reproduce:
not applicable

Actual Results:  
not applicable


Expected Results:  
not applicable


An eclass handling the management of .service-files for /etc/avahi/services/ would probably make sense. Avahi rocks.
Comment 1 Johannes Truschnigg 2009-03-09 20:33:51 UTC
Created attachment 184491 [details]
.service-file for avahi to broadcast the system's ftpd.
Comment 2 Johannes Truschnigg 2009-03-09 20:34:26 UTC
Created attachment 184493 [details]
Suggested ebuild for net-ftp/ftpbase to add avahi support.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-09 21:34:36 UTC
A diff showing the changes you did to the ebuild would be very handy :)

Reassigning to maintainer-needed.
Comment 4 Johannes Truschnigg 2009-03-09 21:39:54 UTC
Created attachment 184500 [details]
Unified diff between detailing changes made for acahi support.
Comment 5 Johannes Truschnigg 2009-03-09 21:41:21 UTC
Here you are... it's my first time actually submitting a modified ebuild; hopes are high you can use it. If not, please be gentle ;)
Comment 6 Larry the Git Cow gentoo-dev 2021-07-23 19:50:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd1a43f1d94f02a3935b8ebbd112173b4177a5a

commit dcd1a43f1d94f02a3935b8ebbd112173b4177a5a
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-07-23 11:40:19 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-07-23 19:49:17 +0000

    net-ftp/ftpbase: add zeroconf support
    
    Also dropped old blocker, which are ancient.
    
    Closes: https://bugs.gentoo.org/261910
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-ftp/ftpbase/files/ftp.service      | 10 +++++++++
 net-ftp/ftpbase/ftpbase-0.01-r5.ebuild | 39 ++++++++++++++++++++++++++++++++++
 net-ftp/ftpbase/metadata.xml           |  3 +++
 3 files changed, 52 insertions(+)