File: update-udev-rules-comments

package info (click to toggle)
amazon-ec2-utils 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 188 kB
  • sloc: sh: 209; python: 131; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: amazon-ec2-utils/60-cdrom_id.rules
===================================================================
--- amazon-ec2-utils.orig/60-cdrom_id.rules
+++ amazon-ec2-utils/60-cdrom_id.rules
@@ -6,3 +6,7 @@
 
 # This is an empty placeholder file used to signal udev to
 # skip probing for cd/dvd drive capabilities.
+# It is installed by the amazon-ec2-utils package and replaces the
+# content provided by the same file in the udev package.  The original
+# file is preserved as /lib/udev/rules.d/60-cdrom_id.rules.disabled.
+# See dpkg-divert(1).