All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20050913174848.GA6702@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index b39938a..ce83a1c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -33,7 +33,7 @@ thanks,
 greg k-h
 
 Summary of changes from v068 to v069
-======================
+============================================
 
 Amir Shalem:
   fix typo in firmware_helper
@@ -98,11 +98,11 @@ Kay Sievers:
   FAQ: update things that have changed
 
 Thierry Vignaud:
-  switch to '=' in raid-devfs.sh
+  switch to '==' in raid-devfs.sh
 
 
 Summary of changes from v067 to v068
-======================
+============================================
 
 Greg Kroah-Hartman:
   add EXTRAS documentation to the README file.
@@ -112,7 +112,7 @@ Greg Kroah-Hartman:
 Kay Sievers:
   cleanup some debug output and move to info level + unify select() loops
   move udevmonitor to /usr/sbin
-  ENV{TEST}="1" compares and ENV{TEST}="1" sets the environment
+  ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
   vol_id: fix sloppy error handling
   fix typo in cdrom_id syslog
   bring std(in|out|err) fd's in a sane state
@@ -120,7 +120,7 @@ Kay Sievers:
 
 
 Summary of changes from v066 to v067
-======================
+============================================
 
 Greg Kroah-Hartman:
   added the cdrom.h #defines directly into the cdrom_id.c file
@@ -134,7 +134,7 @@ Kay Sievers:
 
 
 Summary of changes from v065 to v066
-======================
+============================================
 
 Greg Kroah-Hartman:
   update gentoo rule file.
@@ -173,7 +173,7 @@ Thierry Vignaud:
 
 
 Summary of changes from v064 to v065
-======================
+============================================
 
 Greg Kroah-Hartman:
   Added persistent name rules for block devices to gentoo rule file.
@@ -188,7 +188,7 @@ Kay Sievers:
 
 
 Summary of changes from v063 to v064
-======================
+============================================
 
 Andre Masella:
   volume_id: add OCFS (Oracle Cluster File System) support
@@ -207,7 +207,7 @@ Kay Sievers:
 
 
 Summary of changes from v062 to v063
-======================
+============================================
 
 Anton Farygin:
   fix typo in GROUP value application
@@ -226,18 +226,18 @@ Kay Sievers:
   volume_id: remove s390 dasd handling, it is dasd_id now
   trivial fixes for *_id programs
   IMPORT: add {parent} to import the persistent data of the parent device
-  allow multiple values to be matched with KEY="value1|value2"
+  allow multiple values to be matched with KEY=="value1|value2"
   udevd: set incoming socket buffer SO_RCVBUF to maximum
   remember mapped rules state
   ata_id: check for empty serial number
   compile dasd only on s390
 
-Ville Skytt√§:
+Ville Skyttä:
   correct default mode documentation in udev
 
 
 Summary of changes from v061 to v062
-======================
+============================================
 
 Kay Sievers:
   fix symlink values separated by multiple spaces
@@ -248,7 +248,7 @@ Kay Sievers:
   fix unquoted strings in udevinitsend
 
 Summary of changes from v060 to v061
-======================
+============================================
 
 Greg Kroah-Hartman:
   Sync up the Debian rules files
@@ -274,7 +274,7 @@ Kay Sievers:
 
 
 Summary of changes from v059 to v060
-======================
+============================================
 
 Greg Kroah-Hartman:
   Fix the gentoo udev rules to allow the box to boot properly
@@ -290,7 +290,7 @@ Marco d'Itri:
 
 
 Summary of changes from v058 to v059
-======================
+============================================
 
 Greg Kroah-Hartman:
   Update the gentoo rule file
@@ -329,7 +329,8 @@ Kay Sievers:
   volume_id: use udev-provided log-level
   udev: clear lists if a new value is assigned
   udev: move dev.d/ handling to external helper
-  udev: allow final assignments :  udevd: improve timeout handling
+  udev: allow final assignments :=
+  udevd: improve timeout handling
   Makefile: fix DESTDIR
   udevd: add initsend
   udevd: add udevcontrol
@@ -337,15 +338,3 @@ Kay Sievers:
 
 Stefan Schweizer:
   Dialout group fix for capi devices in the gentoo rules file
-
-
-
--------------------------------------------------------
-SF.Net email is Sponsored by the Better Software Conference & EXPO
-September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
-Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
-Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
-_______________________________________________
-Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
-Linux-hotplug-devel@lists.sourceforge.net
-https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
diff --git a/a/content_digest b/N1/content_digest
index 50bdfc8..2c8aaea 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Greg KH <greg@kroah.com>\0"
  "Subject\0[ANNOUNCE] udev 069 release\0"
- "Date\0Tue, 13 Sep 2005 17:48:49 +0000\0"
+ "Date\0Tue, 13 Sep 2005 10:48:49 -0700\0"
  "To\0linux-hotplug-devel@lists.sourceforge.net"
  " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
@@ -40,7 +40,7 @@
  "greg k-h\n"
  "\n"
  "Summary of changes from v068 to v069\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Amir Shalem:\n"
  "  fix typo in firmware_helper\n"
@@ -105,11 +105,11 @@
  "  FAQ: update things that have changed\n"
  "\n"
  "Thierry Vignaud:\n"
- "  switch to '=' in raid-devfs.sh\n"
+ "  switch to '==' in raid-devfs.sh\n"
  "\n"
  "\n"
  "Summary of changes from v067 to v068\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Greg Kroah-Hartman:\n"
  "  add EXTRAS documentation to the README file.\n"
@@ -119,7 +119,7 @@
  "Kay Sievers:\n"
  "  cleanup some debug output and move to info level + unify select() loops\n"
  "  move udevmonitor to /usr/sbin\n"
- "  ENV{TEST}=\"1\" compares and ENV{TEST}=\"1\" sets the environment\n"
+ "  ENV{TEST}==\"1\" compares and ENV{TEST}=\"1\" sets the environment\n"
  "  vol_id: fix sloppy error handling\n"
  "  fix typo in cdrom_id syslog\n"
  "  bring std(in|out|err) fd's in a sane state\n"
@@ -127,7 +127,7 @@
  "\n"
  "\n"
  "Summary of changes from v066 to v067\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Greg Kroah-Hartman:\n"
  "  added the cdrom.h #defines directly into the cdrom_id.c file\n"
@@ -141,7 +141,7 @@
  "\n"
  "\n"
  "Summary of changes from v065 to v066\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Greg Kroah-Hartman:\n"
  "  update gentoo rule file.\n"
@@ -180,7 +180,7 @@
  "\n"
  "\n"
  "Summary of changes from v064 to v065\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Greg Kroah-Hartman:\n"
  "  Added persistent name rules for block devices to gentoo rule file.\n"
@@ -195,7 +195,7 @@
  "\n"
  "\n"
  "Summary of changes from v063 to v064\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Andre Masella:\n"
  "  volume_id: add OCFS (Oracle Cluster File System) support\n"
@@ -214,7 +214,7 @@
  "\n"
  "\n"
  "Summary of changes from v062 to v063\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Anton Farygin:\n"
  "  fix typo in GROUP value application\n"
@@ -233,18 +233,18 @@
  "  volume_id: remove s390 dasd handling, it is dasd_id now\n"
  "  trivial fixes for *_id programs\n"
  "  IMPORT: add {parent} to import the persistent data of the parent device\n"
- "  allow multiple values to be matched with KEY=\"value1|value2\"\n"
+ "  allow multiple values to be matched with KEY==\"value1|value2\"\n"
  "  udevd: set incoming socket buffer SO_RCVBUF to maximum\n"
  "  remember mapped rules state\n"
  "  ata_id: check for empty serial number\n"
  "  compile dasd only on s390\n"
  "\n"
- "Ville Skytt\342\210\232\302\247:\n"
+ "Ville Skytt\303\244:\n"
  "  correct default mode documentation in udev\n"
  "\n"
  "\n"
  "Summary of changes from v061 to v062\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Kay Sievers:\n"
  "  fix symlink values separated by multiple spaces\n"
@@ -255,7 +255,7 @@
  "  fix unquoted strings in udevinitsend\n"
  "\n"
  "Summary of changes from v060 to v061\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Greg Kroah-Hartman:\n"
  "  Sync up the Debian rules files\n"
@@ -281,7 +281,7 @@
  "\n"
  "\n"
  "Summary of changes from v059 to v060\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Greg Kroah-Hartman:\n"
  "  Fix the gentoo udev rules to allow the box to boot properly\n"
@@ -297,7 +297,7 @@
  "\n"
  "\n"
  "Summary of changes from v058 to v059\n"
- "======================\n"
+ "============================================\n"
  "\n"
  "Greg Kroah-Hartman:\n"
  "  Update the gentoo rule file\n"
@@ -336,25 +336,14 @@
  "  volume_id: use udev-provided log-level\n"
  "  udev: clear lists if a new value is assigned\n"
  "  udev: move dev.d/ handling to external helper\n"
- "  udev: allow final assignments :  udevd: improve timeout handling\n"
+ "  udev: allow final assignments :=\n"
+ "  udevd: improve timeout handling\n"
  "  Makefile: fix DESTDIR\n"
  "  udevd: add initsend\n"
  "  udevd: add udevcontrol\n"
  "  udevd: listen for netlink events\n"
  "\n"
  "Stefan Schweizer:\n"
- "  Dialout group fix for capi devices in the gentoo rules file\n"
- "\n"
- "\n"
- "\n"
- "-------------------------------------------------------\n"
- "SF.Net email is Sponsored by the Better Software Conference & EXPO\n"
- "September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices\n"
- "Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA\n"
- "Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf\n"
- "_______________________________________________\n"
- "Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net\n"
- "Linux-hotplug-devel@lists.sourceforge.net\n"
- https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
+   Dialout group fix for capi devices in the gentoo rules file
 
-ad0679087d67155064e6f0605e1d3d3f1ba717caad8f03a81df5afb7273bf11f
+c0d2e776e594dc42faca9ae785ccd1769862462ace934fbe72410502037524f2

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.