| Summary: | WISH, add sftp to the list of zeroconf enabled protocol | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Michael Scherer <scherer.michael> |
| Component: | zeroconf | Assignee: | Jakub Stachowski <qbast> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | rdieter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Protocol file for sftp, to use with zeroconf:/ | ||
|
Description
Michael Scherer
2006-02-03 15:03:28 UTC
Created attachment 14528 [details]
Protocol file for sftp, to use with zeroconf:/
SVN commit 650043 by qbast:
Add definition for sftp
BUG: 121291
M +1 -1 CMakeLists.txt
A _sftp-ssh._tcp
--- trunk/KDE/kdenetwork/kdnssd/ioslave/CMakeLists.txt #650042:650043
@@ -16,6 +16,6 @@
########### install files ###############
install( FILES zeroconf.protocol DESTINATION ${SERVICES_INSTALL_DIR})
-install( FILES _http._tcp _ftp._tcp _ldap._tcp _webdav._tcp _nfs._tcp _ssh._tcp DESTINATION ${DATA_INSTALL_DIR}/zeroconf)
+install( FILES _http._tcp _ftp._tcp _ldap._tcp _webdav._tcp _nfs._tcp _ssh._tcp _sftp-ssh._tcp DESTINATION ${DATA_INSTALL_DIR}/zeroconf)
install( FILES zeroconf.desktop DESTINATION ${DATA_INSTALL_DIR}/remoteview)
|