avahi: trim descriptions of HTTP and SSH services
authorMichael Heimpold <mhei@heimpold.de>
Mon, 8 Dec 2014 22:01:16 +0000 (23:01 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Mon, 8 Dec 2014 22:01:16 +0000 (23:01 +0100)
This makes the description of the HTTP and SSH services look the
same as in other distributions as suggested by kirelagin in #543.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
libs/avahi/files/service-http
libs/avahi/files/service-ssh

index 7e9be2d424d2697e493efc0272f2e0247d9a3592..326203792eb8f08b9d955b8e742eccd8cf251a0f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
 <!DOCTYPE service-group SYSTEM "avahi-service.dtd">
 <service-group>
- <name replace-wildcards="yes">Web Server on %h</name>
+ <name replace-wildcards="yes">%h</name>
   <service>
    <type>_http._tcp</type>
    <port>80</port>
index b415803784dc817eccd8f4ea3645806ec28bae63..b44585157718eb829e074268d64060f456de0ceb 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
 <!DOCTYPE service-group SYSTEM "avahi-service.dtd">
 <service-group>
- <name replace-wildcards="yes">Secure Shell on %h</name>
+ <name replace-wildcards="yes">%h</name>
   <service>
    <type>_ssh._tcp</type>
    <port>22</port>