diff options
author | Michael Heimpold <mhei@heimpold.de> | 2014-12-08 23:01:16 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2014-12-08 23:01:16 +0100 |
commit | 36ea069216b9361f322319da03457635c0251f3b (patch) | |
tree | afa865dcd642187ec1eb0eb58ef2243f72b1dad3 /libs/avahi | |
parent | eeabfeed8ef48bb64950ece57e4715af16c583f3 (diff) |
avahi: trim descriptions of HTTP and SSH services
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>
Diffstat (limited to 'libs/avahi')
-rw-r--r-- | libs/avahi/files/service-http | 2 | ||||
-rw-r--r-- | libs/avahi/files/service-ssh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/avahi/files/service-http b/libs/avahi/files/service-http index 7e9be2d42..326203792 100644 --- a/libs/avahi/files/service-http +++ b/libs/avahi/files/service-http @@ -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> diff --git a/libs/avahi/files/service-ssh b/libs/avahi/files/service-ssh index b41580378..b44585157 100644 --- a/libs/avahi/files/service-ssh +++ b/libs/avahi/files/service-ssh @@ -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> |