busybox 1.20.x: add if-post-up.d and if-pre-down.d to device table
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 29 Apr 2012 03:03:51 +0000 (03:03 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 29 Apr 2012 17:14:14 +0000 (19:14 +0200)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
target/generic/device_table.txt

index d3e394ba99b356adeab69fc469b85dc5139d9559..fc397a90c93c71398910cb835920a4beec91aec9 100644 (file)
@@ -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       -       -       -       -       -