diff options
Diffstat (limited to 'service-type-database')
| -rw-r--r-- | service-type-database/Makefile.am | 20 | ||||
| -rwxr-xr-x | service-type-database/build-db.in | 2 | ||||
| -rw-r--r-- | service-type-database/service-types | 21 |
3 files changed, 26 insertions, 17 deletions
diff --git a/service-type-database/Makefile.am b/service-type-database/Makefile.am index 60fda45..fa1bd40 100644 --- a/service-type-database/Makefile.am +++ b/service-type-database/Makefile.am @@ -1,7 +1,5 @@ -# $Id$ -# # This file is part of avahi. -# +# # avahi is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2 of the @@ -29,12 +27,12 @@ noinst_SCRIPTS=build-db pkglib_DATA+=service-types.db build-db: build-db.in - sed -e 's,@PYTHON\@,$(PYTHON),g' \ - -e 's,@DBM\@,gdbm,g' $< > $@ + $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \ + -e 's,@DBM\@,gdbm,g' $< > $@ && \ chmod +x $@ service-types.db: service-types build-db - $(PYTHON) build-db $< $@.coming + $(AM_V_GEN)$(PYTHON) build-db $< $@.coming && \ mv $@.coming $@ CLEANFILES = service-types.db build-db @@ -46,16 +44,16 @@ noinst_SCRIPTS=build-db pkglib_DATA+=service-types.db.pag service-types.db.dir build-db: build-db.in - sed -e 's,@PYTHON\@,$(PYTHON),g' \ - -e 's,@DBM\@,dbm,g' $< > $@ + $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \ + -e 's,@DBM\@,dbm,g' $< > $@ && \ chmod +x $@ service-types.db.pag: service-types.db - mv service-types.db.coming.pag service-types.db.pag + $(AM_V_GEN)mv service-types.db.coming.pag service-types.db.pag service-types.db.dir: service-types.db - mv service-types.db.coming.dir service-types.db.dir + $(AM_V_GEN)mv service-types.db.coming.dir service-types.db.dir service-types.db: service-types build-db - $(PYTHON) build-db $< $@.coming + $(AM_V_GEN)$(PYTHON) build-db $< $@.coming && \ if test -f "$@.coming"; then mv $@.coming $@; fi CLEANFILES = service-types.db* build-db diff --git a/service-type-database/build-db.in b/service-type-database/build-db.in index 44f6068..4cda425 100755 --- a/service-type-database/build-db.in +++ b/service-type-database/build-db.in @@ -1,7 +1,5 @@ #!@PYTHON@ # -*-python-*- -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it diff --git a/service-type-database/service-types b/service-type-database/service-types index 97e6858..0e9d7cc 100644 --- a/service-type-database/service-types +++ b/service-type-database/service-types @@ -1,5 +1,3 @@ -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -22,7 +20,7 @@ # available database unless its license is known and compatible with # our project! The database available on # -# http://www.dns-sd.org/ServiceTypes.html +# http://www.dns-sd.org/ServiceTypes.html # # is not a source that complies with the criterion! @@ -86,6 +84,10 @@ _sftp-ssh._tcp:SFTP File Transfer _apt._tcp:APT Package Repository _apt._tcp[it]:APT - Repository dei Pacchetti +_odisk._tcp:DVD or CD Sharing + +_adisk._tcp:Apple TimeMachine + # Remote machine access @@ -94,7 +96,7 @@ _ssh._tcp[de]:SSH-Fernzugriff _ssh._tcp[it]:SSH Terminale remoto _rfb._tcp:VNC Remote Access -_rfb._tcp[it]:Controllo remoto VNC +_rfb._tcp[it]:Controllo remoto VNC _telnet._tcp:Telnet Remote Terminal _telnet._tcp[it]:Telnet Terminale Remoto @@ -103,6 +105,7 @@ _timbuktu._tcp:Timbuktu Remote Desktop Control _net-assistant._udp:Apple Net Assistant +_udisks-ssh._tcp:Remote Disk Management # Mail @@ -149,6 +152,8 @@ _pulse-source._tcp:PulseAudio Sound Source _mpd._tcp:Music Player Daemon +_remote-jukebox._tcp:Remote Jukebox + # DAAP share provided by iTunes on behalf of an iPod Touch _touch-able._tcp:iPod Touch Music Library @@ -192,6 +197,8 @@ _distcc._tcp:Distributed Compiler _distcc._tcp[de]:Verteilter Compiler _distcc._tcp[it]:Compilatore Distribuito +_bzr._tcp:Bazaar + # Vendor specific @@ -205,6 +212,8 @@ _acrobatSRV._tcp:Adobe Acrobat _adobe-vc._tcp:Adobe Version Cue +_home-sharing._tcp:Apple Home Sharing + # Other @@ -216,3 +225,7 @@ _tp._tcp:Thousand Parsec Server _tps._tcp:Thousand Parsec Server (Secure) _tp-http._tcp:Thousand Parsec Server (HTTP Tunnel) _tp-https._tcp:Thousand Parsec Server (Secure HTTP Tunnel) + +_shifter._tcp:Window Shifter + +_libvirt._tcp:Virtual Machine Manager |
