Skip to content

Commit

Permalink
avahi service file : sync with latest changes in iiod
Browse files Browse the repository at this point in the history
so the service name matches

Signed-off-by: Robin Getz <[email protected]>
  • Loading branch information
rgetz committed Mar 19, 2020
1 parent f179d1d commit 628b1fe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions iio.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">

<!--
This file is part of avahi.
This file is part of libiio.
https://github.com/analogdevicesinc/libiio

avahi is free software; you can redistribute it and/or modify it
libiio 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
License, or (at your option) any later version.

avahi is distributed in the hope that it will be useful, but
libiio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with avahi; if not, write to the Free Software
License along with libiio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA.
-->
Expand All @@ -24,7 +25,7 @@

<service-group>

<name replace-wildcards="yes">%h</name>
<name replace-wildcards="yes">iiod on %h</name>

<service>
<type>_iio._tcp</type>
Expand Down

0 comments on commit 628b1fe

Please sign in to comment.