File: no-modprobe-rules.patch

package info (click to toggle)
pcmciautils 018-8
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 448 kB
  • ctags: 1,014
  • sloc: ansic: 3,901; makefile: 230; lex: 222; sh: 169; yacc: 105
file content (17 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove redundant modalias rule, already handled by udev
Author: Scott James Remnant <scott@ubuntu.com>
Author: Colin Watson <cjwatson@debian.org>
Forwarded: no
Last-Update: 2010-03-29

--- a/Makefile
+++ b/Makefile
@@ -212,7 +212,7 @@ endif
 
 #udev rules collection
 UDEV_RULES_FILE = udev/60-pcmcia.rules
-UDEV_RULES = udev/rules-start udev/rules-modprobe udev/rules-base
+UDEV_RULES = udev/rules-start udev/rules-base
 ifneq ($(strip $(STARTUP)),false)
 	UDEV_RULES += udev/rules-nonstaticsocket
 endif