diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-12 22:22:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-12 22:22:53 +0000 |
commit | 082d86f0cedc8a78810692855898989c24c08c58 (patch) | |
tree | 48aab5266b544361947c56a1108b57f3a974e64f /sources | |
parent | 6fddec3f4f6edeaa9cfe122fe7ab459d474d78f9 (diff) | |
download | buildroot-novena-082d86f0cedc8a78810692855898989c24c08c58.tar.gz buildroot-novena-082d86f0cedc8a78810692855898989c24c08c58.zip |
Make ifup/ifdown shutup
Diffstat (limited to 'sources')
-rw-r--r-- | sources/device_table.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/device_table.txt b/sources/device_table.txt index 3f3f4945f..da21c4906 100644 --- a/sources/device_table.txt +++ b/sources/device_table.txt @@ -38,6 +38,10 @@ /tmp d 1777 0 0 - - - - - /etc d 755 0 0 - - - - - /home/default d 2755 1000 1000 - - - - - +/etc/network/if-up.d d 755 0 0 - - - - - +/etc/network/if-pre-up.d d 755 0 0 - - - - - +/etc/network/if-down.d d 755 0 0 - - - - - +/etc/network/if-post-down.d d 755 0 0 - - - - - # Adjust permissions on some normal files /etc/shadow f 600 0 0 - - - - - /etc/passwd f 644 0 0 - - - - - |