mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: T.Schmidl@erhardt-leimer.com
To: ptxdist@pengutronix.de
Subject: [ptxdist] Proposed patch for udev
Date: Thu, 14 Feb 2013 14:37:45 +0100	[thread overview]
Message-ID: <OFF5CFD2C0.55EC6B46-ONC1257B11.0056DB06-C1257B12.004ADDAC@erhardt-leimer.com> (raw)

[-- 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

                 reply	other threads:[~2013-02-14 13:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OFF5CFD2C0.55EC6B46-ONC1257B11.0056DB06-C1257B12.004ADDAC@erhardt-leimer.com \
    --to=t.schmidl@erhardt-leimer.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox