~ubuntu-branches/ubuntu/jaunty/avahi/jaunty-updates

« back to all changes in this revision

Viewing changes to avahi-daemon/Server.introspect

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-09-03 20:25:37 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20060903202537-syi99j0tijm9bldv
Tags: 0.6.13-2ubuntu1
* Merge with Debian, UVF Exception granted by Colin Watson
* debian/patches/03_foreground-console.patch:
  + Allow only foreground users access to the avahi-set-host-name utility as
    we don't use the "netdev" group anywhere. Thanks to Colin Watson for the
    hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
3
3
<!DOCTYPE node SYSTEM "introspect.dtd">
4
4
 
5
 
<!-- $Id: Server.introspect 1092 2006-01-20 22:56:11Z lennart $ -->
 
5
<!-- $Id: Server.introspect 1260 2006-08-22 01:49:25Z lennart $ -->
6
6
 
7
7
<!--
8
8
  This file is part of avahi.
44
44
    <method name="GetHostName">
45
45
      <arg name="name" type="s" direction="out"/>
46
46
    </method>
 
47
    <method name="SetHostName">
 
48
      <arg name="name" type="s" direction="in"/>
 
49
    </method>
47
50
    <method name="GetHostNameFqdn">
48
51
      <arg name="name" type="s" direction="out"/>
49
52
    </method>