~ubuntu-branches/debian/experimental/devicekit-disks/experimental

« back to all changes in this revision

Viewing changes to doc/html/devkit-disks-daemon.8.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-10-09 17:52:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091009175220-qflk71dp3tmcyer3
Tags: 007-2
* debian/rules: Enable quilt patch system. Add quilt build dependency.
* Add 01-mkfs-tempdir.patch: Daemon does not create /var/run/DeviceKit-disks/,
  so mkfs jobs fail. Just create the directory in /tmp, this is what /tmp is
  for, after all. (See https://bugs.freedesktop.org/show_bug.cgi?id=24265)
* Add 00git-fix-inhibit.patch: Actually make Inhibit() work again. Taken
  from upstream git head. (LP: #428133)
* Add 02-unlock-CD-trays-after-mounting.patch: Unlike in the hal world, we
  do not have a daemon polling CD drives for eject button presses. In order
  to make hardware tray eject buttons work, unlock the tray after
  mounting a CD. This is pretty much equivalent to yanking out USB sticks,
  which we already handle reasonably (detecting disappeared device,
  force-unmounting). (https://bugs.freedesktop.org/show_bug.cgi?id=24052,
  LP: #397734)
* Add 03-fix-subsystem-check-for-firewire.patch: Firewire subsystem is
  called "ieee1394" in current Linux. Now check for both "ieee1394" and
  "firewire". This fixes firewire drives to not be considered system
  internal any more. (https://bugs.freedesktop.org/show_bug.cgi?id=24351,
  LP: #442604)
* Add 04-mount-vfat-with-shortname-mixed-by-default.patch: The previous
  default, shortname=lower, breaks all-uppercase file names ("touch
  FOO" creates "foo"), thus breaks rsync, and Windows compatibility. The
  default was changed in the Linux kernel for 2.6.32 as well.
  (https://bugs.freedesktop.org/show_bug.cgi?id=24129, LP: #428174)
* Add 00git-crash-on-removing-NULL-value-from-hash.patch: Properly handle
  the situtation where we're processing a 'change' event but the 'remove'
  event has happened but is still queued up in our own process. Also handle
  device file renames and 'move' uevents.
  (http://bugs.freedesktop.org/show_bug.cgi?id=24264, LP: #414407)
* Add 06-show-MMC-MemStick-cards-by-default.patch: Show MMC/MemStick cards
  by default; the previous whitelist in the udev rules ignored them.
  (https://bugs.freedesktop.org/show_bug.cgi?id=24053, LP: #429752)
* Add 05-german-translations.patch: Add German translations.
  (https://bugs.freedesktop.org/show_bug.cgi?id=2024420)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>devkit-disks-daemon</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="DeviceKit-disks Reference Manual">
8
8
<link rel="up" href="tools-fileformats.html" title="Manual Pages">
9
9
<link rel="prev" href="DeviceKit-disks.7.html" title="DeviceKit-disks">
23
23
<th width="100%" align="center">DeviceKit-disks Reference Manual</th>
24
24
<td><a accesskey="n" href="devkit-disks.1.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
25
25
</tr></table>
26
 
<div class="refentry" lang="en">
 
26
<div class="refentry" title="devkit-disks-daemon">
27
27
<a name="devkit-disks-daemon.8"></a><div class="titlepage"></div>
28
28
<div class="refnamediv"><table width="100%"><tr>
29
29
<td valign="top">
32
32
</td>
33
33
<td valign="top" align="right"></td>
34
34
</tr></table></div>
35
 
<div class="refsynopsisdiv">
 
35
<div class="refsynopsisdiv" title="Synopsis">
36
36
<h2>Synopsis</h2>
37
37
<div class="cmdsynopsis"><p><code class="command">devkit-disks-daemon</code>  [<code class="option">--help</code>]</p></div>
38
38
</div>
39
 
<div class="refsect1" lang="en">
40
 
<a name="id577964"></a><h2>DESCRIPTION</h2>
 
39
<div class="refsect1" title="DESCRIPTION">
 
40
<a name="id575318"></a><h2>DESCRIPTION</h2>
41
41
<p>
42
42
      <span class="emphasis"><em><span class="refentrytitle">devkit-disks-daemon</span></em></span> provides
43
43
      the <span class="emphasis"><em>org.freedesktop.DeviceKit.Disks</em></span> service on the
55
55
      works.
56
56
    </p>
57
57
</div>
58
 
<div class="refsect1" lang="en">
59
 
<a name="id565983"></a><h2>OPTIONS</h2>
 
58
<div class="refsect1" title="OPTIONS">
 
59
<a name="id566090"></a><h2>OPTIONS</h2>
60
60
<div class="variablelist"><table border="0">
61
61
<col align="left" valign="top">
62
62
<tbody><tr>
67
67
</tr></tbody>
68
68
</table></div>
69
69
</div>
70
 
<div class="refsect1" lang="en">
71
 
<a name="id589175"></a><h2>AUTHOR</h2>
 
70
<div class="refsect1" title="AUTHOR">
 
71
<a name="id553206"></a><h2>AUTHOR</h2>
72
72
<p>
73
73
      Written by David Zeuthen <code class="email">&lt;<a class="email" href="mailto:david@fubar.dk">david@fubar.dk</a>&gt;</code> with
74
74
      a lot of help from many others.
75
75
    </p>
76
76
</div>
77
 
<div class="refsect1" lang="en">
78
 
<a name="id564553"></a><h2>BUGS</h2>
 
77
<div class="refsect1" title="BUGS">
 
78
<a name="id568214"></a><h2>BUGS</h2>
79
79
<p>
80
80
      Please send bug reports to either the distribution or the
81
81
      hal mailing list,
83
83
      on how to subscribe.
84
84
    </p>
85
85
</div>
86
 
<div class="refsect1" lang="en">
87
 
<a name="id569230"></a><h2>SEE ALSO</h2>
 
86
<div class="refsect1" title="SEE ALSO">
 
87
<a name="id580174"></a><h2>SEE ALSO</h2>
88
88
<p>
89
89
      <span class="citerefentry"><span class="refentrytitle">DeviceKit-disks</span>(7)</span>,
90
90
      <span class="citerefentry"><span class="refentrytitle">devkit-disks</span>(1)</span>,