~ubuntu-branches/ubuntu/quantal/udisks/quantal-security

« back to all changes in this revision

Viewing changes to debian/patches/12_log_startup.patch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-02-28 13:18:20 UTC
  • mfrom: (17.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110228131820-dne1hs19c7risn0o
Tags: 1.0.2-3+ubuntu1
Upload current packaging git head to Natty.

* 02-defer_smart_probing.patch: Try SMART probing again repeatedly while the
  daemon is inhibited. (LP: #580112)
* Add 00git-udf-permissions.patch: Ignore broken directory permissions on
  UDF when they are on readonly CD media. (LP: #635499)
* debian/control: Improve package description. Thanks Justin B Rye!
  (Closes: #614146)
* debian/control: Explain in the package description why udisks
  recommends/suggests file system creation/admin tools. (Closes: #595114)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: udisks-1.0.2/data/org.freedesktop.UDisks.service.in
2
 
===================================================================
3
 
--- udisks-1.0.2.orig/data/org.freedesktop.UDisks.service.in    2011-01-07 14:08:12.353475000 +0100
4
 
+++ udisks-1.0.2/data/org.freedesktop.UDisks.service.in 2011-01-07 14:08:26.833475000 +0100
5
 
@@ -1,5 +1,5 @@
6
 
 [D-BUS Service]
7
 
 Name=org.freedesktop.UDisks
8
 
-Exec=@libexecdir@/udisks-daemon
9
 
+Exec=/bin/sh -c '@libexecdir@/udisks-daemon > /var/log/udisks.log 2>&1'
10
 
 User=root
11