All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] busybox 1.20.x: add if-post-up.d and if-pre-down.d to device table
@ 2012-04-29 13:03 Gustavo Zacarias
  2012-04-29 13:03 ` [Buildroot] [PATCH 2/2] busybox 1.20.0: add buildsys patch Gustavo Zacarias
  2012-04-29 17:14 ` [Buildroot] [PATCH 1/2] busybox 1.20.x: add if-post-up.d and if-pre-down.d to device table Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2012-04-29 13:03 UTC (permalink / raw)
  To: buildroot

Busybox 1.20.0 add functionality to execute scripts from if-post-up.d
and if-pre-down.d, so add the missing directories to the device table to
get them created and avoid unnecessary warnings if not.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 target/generic/device_table.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/target/generic/device_table.txt b/target/generic/device_table.txt
index d3e394b..fc397a9 100644
--- a/target/generic/device_table.txt
+++ b/target/generic/device_table.txt
@@ -14,7 +14,9 @@
 /etc/passwd				f	644	0	0	-	-	-	-	-
 /etc/network/if-up.d			d	755	0	0	-	-	-	-	-
 /etc/network/if-pre-up.d		d	755	0	0	-	-	-	-	-
+/etc/network/if-post-up.d		d	755	0	0	-	-	-	-	-
 /etc/network/if-down.d			d	755	0	0	-	-	-	-	-
+/etc/network/if-pre-down.d		d	755	0	0	-	-	-	-	-
 /etc/network/if-post-down.d		d	755	0	0	-	-	-	-	-
 # uncomment this to allow starting x as non-root
 #/usr/X11R6/bin/Xfbdev		     	f	4755	0	0	-	-	-	-	-
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-29 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29 13:03 [Buildroot] [PATCH 1/2] busybox 1.20.x: add if-post-up.d and if-pre-down.d to device table Gustavo Zacarias
2012-04-29 13:03 ` [Buildroot] [PATCH 2/2] busybox 1.20.0: add buildsys patch Gustavo Zacarias
2012-04-29 17:39   ` Peter Korsgaard
2012-04-29 17:14 ` [Buildroot] [PATCH 1/2] busybox 1.20.x: add if-post-up.d and if-pre-down.d to device table Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.