summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/example.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-12 18:55:52 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-12 18:55:52 +0000
commitb4bac198b4910496b8f77110b0ceec83dbd40e3b (patch)
tree187b6f442bace4098d37d90b5526906cf94c061b /avahi-daemon/example.service
parentd186f90959b986ecc81f975501bee2e790f06996 (diff)
* add LGPL blurbs to some more files shipped with avahi
* add a line pointing to the respective man pages in the configuration files * comment most lines in the configuration file, since they're set to the defaults git-svn-id: file:///home/lennart/svn/public/avahi/trunk@948 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/example.service')
-rw-r--r--avahi-daemon/example.service28
1 files changed, 25 insertions, 3 deletions
diff --git a/avahi-daemon/example.service b/avahi-daemon/example.service
index 27d8a19..7d6c6b8 100644
--- a/avahi-daemon/example.service
+++ b/avahi-daemon/example.service
@@ -1,8 +1,30 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
-<service-group>
- <!-- $Id$ -->
+<!-- $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
+ License, or (at your option) any later version.
+
+ avahi 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
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA.
+-->
+
+<!-- See avahi.service(5) for more information about this configuration file -->
+
+<service-group>
<name replace-wildcards="yes">Printer on %h</name>
@@ -13,7 +35,7 @@
<service>
<type>_ipp._tcp</type>
- <subtype>_foo._sub._ipp._tcp</subtype>
+ <subtype>_colour._sub._ipp._tcp</subtype>
<port>631</port>
</service>