diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-03-29 09:51:19 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-03-31 11:49:50 +0200 |
commit | c3bc019093f3d2733172c00a9ca605f0da49f5bf (patch) | |
tree | e897b61ff6828e1aade0600205a43f7ef43f4a71 /ubuntu/_base/core | |
parent | 9c63a53863d589e2d5b504b07a1a898f0ff0f727 (diff) | |
download | tde-packaging-c3bc019093f3d2733172c00a9ca605f0da49f5bf.tar.gz tde-packaging-c3bc019093f3d2733172c00a9ca605f0da49f5bf.zip |
DEB tdenetwork: Add suport for SFTP servers in zeroconf ioslave.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5e75222b496c40c1ede47228fac801a45f4be66d)
Diffstat (limited to 'ubuntu/_base/core')
-rw-r--r-- | ubuntu/_base/core/tdenetwork/debian/tdednssd-trinity.install | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ubuntu/_base/core/tdenetwork/debian/tdednssd-trinity.install b/ubuntu/_base/core/tdenetwork/debian/tdednssd-trinity.install index 46b3c424c..54cb2ca36 100644 --- a/ubuntu/_base/core/tdenetwork/debian/tdednssd-trinity.install +++ b/ubuntu/_base/core/tdenetwork/debian/tdednssd-trinity.install @@ -2,13 +2,14 @@ debian/tmp/opt/trinity/share/services/zeroconf.protocol debian/tmp/opt/trinity/share/services/invitation.protocol debian/tmp/opt/trinity/share/services/kded/dnssdwatcher.desktop debian/tmp/opt/trinity/share/apps/remoteview/zeroconf.desktop -debian/tmp/opt/trinity/share/apps/zeroconf/_http._tcp debian/tmp/opt/trinity/share/apps/zeroconf/_ftp._tcp +debian/tmp/opt/trinity/share/apps/zeroconf/_http._tcp debian/tmp/opt/trinity/share/apps/zeroconf/_ldap._tcp -debian/tmp/opt/trinity/share/apps/zeroconf/_webdav._tcp debian/tmp/opt/trinity/share/apps/zeroconf/_nfs._tcp -debian/tmp/opt/trinity/share/apps/zeroconf/_ssh._tcp debian/tmp/opt/trinity/share/apps/zeroconf/_rfb._tcp +debian/tmp/opt/trinity/share/apps/zeroconf/_ssh._tcp +debian/tmp/opt/trinity/share/apps/zeroconf/_sftp-ssh._tcp +debian/tmp/opt/trinity/share/apps/zeroconf/_webdav._tcp debian/tmp/opt/trinity/lib/trinity/tdeio_zeroconf.so debian/tmp/opt/trinity/lib/trinity/tdeio_zeroconf.la debian/tmp/opt/trinity/lib/trinity/kded_dnssdwatcher.so |