We're using the UDISKS_ prefix, not DKD_
authorDavid Zeuthen <davidz@redhat.com>
Thu, 25 Feb 2010 17:28:40 +0000 (12:28 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 25 Feb 2010 17:28:40 +0000 (12:28 -0500)
Also pointed out in

http://bugs.freedesktop.org/show_bug.cgi?id=26720

data/80-udisks.rules
doc/man/udisks7.xml

index df3a8a9..6cf331e 100644 (file)
@@ -207,9 +207,9 @@ ENV{UDISKS_PARTITION_SCHEME}=="gpt", \
   ENV{UDISKS_PRESENTATION_HIDE}="1"
 
 # APM recovery/tool partitions which are useless on Linux
-ENV{DKD_PARTITION_SCHEME}=="apm", \
+ENV{UDISKS_PARTITION_SCHEME}=="apm", \
   ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf", ENV{ID_FS_LABEL}=="WD_SmartWare", \
-  ENV{DKD_PRESENTATION_HIDE}="1"
+  ENV{UDISKS_PRESENTATION_HIDE}="1"
 
 # recovery partitions (taken from old hal rules)
 ENV{ID_FS_TYPE}=="ntfs|vfat", \
index 27f0c13..c5d0a55 100644 (file)
       </varlistentry>
 
       <varlistentry>
-        <term><option>DKD_PRESENTATION_NAME</option></term>
+        <term><option>UDISKS_PRESENTATION_NAME</option></term>
         <listitem><para>The name to user for the device when
         presenting it to the user.
         </para></listitem>
       </varlistentry>
 
       <varlistentry>
-        <term><option>DKD_PRESENTATION_ICON_NAME</option></term>
+        <term><option>UDISKS_PRESENTATION_ICON_NAME</option></term>
         <listitem><para>The icon to use when presenting the device to
         the user. If set, the name must follow the freedesktop.org
         icon theme specification.