mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] Proposed patch for udev
@ 2013-02-14 13:37 T.Schmidl
  0 siblings, 0 replies; only message in thread
From: T.Schmidl @ 2013-02-14 13:37 UTC (permalink / raw)
  To: ptxdist

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

Hello all,

I have an enhancement proposal for udev rules. Since the helper scripts 
are installed with permission 0644, they are not executable per default. 
This patch fixes this small bug.



As this is my first submit to ptxdist, I'm thankful for comments.


Best regards,

Tobias Schmidl

Software Developer
Corporate Technology

Erhardt+Leimer GmbH
Albert-Leimer-Platz 1
86391 Stadtbergen
Germany
Telefon: +49 821 2435 210
Telefax: +49 821 2435 395
E-mail: T.Schmidl@erhardt-leimer.com
Internet: http://www.erhardt-leimer.com

[-- Attachment #2: 0001-repaired-udev-load-scripts.patch --]
[-- Type: application/octet-stream, Size: 667 bytes --]

From 8704db208c03c830f5c42bffda6bb3181977871f Mon Sep 17 00:00:00 2001
From: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
Date: Fri, 7 Dec 2012 15:30:37 +0100
Subject: [PATCH] repaired udev load scripts

---
 rules/udev.make |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/udev.make b/rules/udev.make
index 8316626..2e251dd 100644
--- a/rules/udev.make
+++ b/rules/udev.make
@@ -210,7 +210,7 @@ ifdef PTXCONF_UDEV_CUST_RULES
 endif
 
 	@$(foreach helper, $(UDEV_HELPER-y), \
-		$(call install_copy, udev, 0, 0, 0644, -, \
+		$(call install_copy, udev, 0, 0, 0755, -, \
 			/lib/udev//$(helper));)
 
 ifdef PTXCONF_UDEV_ACL
-- 
1.7.10.4


[-- Attachment #3: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-14 13:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-14 13:37 [ptxdist] Proposed patch for udev T.Schmidl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox