* [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events in init.d script
@ 2012-07-27 13:51 Jonathan Liu
2012-07-27 13:51 ` [Buildroot] [PATCH 2/2] udev: use /dev if udev_root not defined " Jonathan Liu
2012-07-30 20:19 ` [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events " Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Liu @ 2012-07-27 13:51 UTC (permalink / raw)
To: buildroot
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
package/udev/S10udev | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/udev/S10udev b/package/udev/S10udev
index 70a7c34..13dfdf5 100755
--- a/package/udev/S10udev
+++ b/package/udev/S10udev
@@ -34,7 +34,7 @@ case "$1" in
;;
stop)
# Stop execution of events
- udevadm control --stop_exec_queue
+ udevadm control --stop-exec-queue
killall udevd
;;
*)
--
1.7.11.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] udev: use /dev if udev_root not defined in init.d script
2012-07-27 13:51 [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events in init.d script Jonathan Liu
@ 2012-07-27 13:51 ` Jonathan Liu
2012-07-30 20:19 ` Thomas Petazzoni
2012-07-30 20:19 ` [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events " Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Liu @ 2012-07-27 13:51 UTC (permalink / raw)
To: buildroot
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
package/udev/S10udev | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/udev/S10udev b/package/udev/S10udev
index 13dfdf5..7bb4309 100755
--- a/package/udev/S10udev
+++ b/package/udev/S10udev
@@ -27,7 +27,7 @@ test -r $UDEV_CONFIG || exit 6
case "$1" in
start)
- echo -n "Populating $udev_root using udev: "
+ echo -n "Populating ${udev_root:-/dev} using udev: "
echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
$UDEV_BIN -d || (echo "FAIL" && exit 1)
echo "done"
--
1.7.11.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events in init.d script
2012-07-27 13:51 [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events in init.d script Jonathan Liu
2012-07-27 13:51 ` [Buildroot] [PATCH 2/2] udev: use /dev if udev_root not defined " Jonathan Liu
@ 2012-07-30 20:19 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2012-07-30 20:19 UTC (permalink / raw)
To: buildroot
Le Fri, 27 Jul 2012 23:51:56 +1000,
Jonathan Liu <net147@gmail.com> a ?crit :
> Signed-off-by: Jonathan Liu <net147@gmail.com>
Applied, thanks.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] udev: use /dev if udev_root not defined in init.d script
2012-07-27 13:51 ` [Buildroot] [PATCH 2/2] udev: use /dev if udev_root not defined " Jonathan Liu
@ 2012-07-30 20:19 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2012-07-30 20:19 UTC (permalink / raw)
To: buildroot
Le Fri, 27 Jul 2012 23:51:57 +1000,
Jonathan Liu <net147@gmail.com> a ?crit :
> Signed-off-by: Jonathan Liu <net147@gmail.com>
Applied, thanks.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-30 20:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 13:51 [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events in init.d script Jonathan Liu
2012-07-27 13:51 ` [Buildroot] [PATCH 2/2] udev: use /dev if udev_root not defined " Jonathan Liu
2012-07-30 20:19 ` Thomas Petazzoni
2012-07-30 20:19 ` [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events " Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox