diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-06-14 20:04:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-06-14 20:04:22 +0000 |
commit | b99df94f1f091cfafeedfbaa87ddc0a404e3cfc4 (patch) | |
tree | 4ee159ee723b66a4122e9887b424f7f84f3f2e25 /sources/device_table.txt | |
parent | 78dbbe8dde7a33650c9b89c5aae5d7abb2007388 (diff) |
A few updates, add some dirs so ifup/ifdown wont complain
Diffstat (limited to 'sources/device_table.txt')
-rw-r--r-- | sources/device_table.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sources/device_table.txt b/sources/device_table.txt index 75d806835..8b46ca032 100644 --- a/sources/device_table.txt +++ b/sources/device_table.txt @@ -33,22 +33,21 @@ #<name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> /dev d 755 0 0 - - - - - -/dev d 755 0 0 - - - - - /dev/pts d 755 0 0 - - - - - /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 - - - - - -/bin/busybox f 4755 0 0 - - - - - +#<name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> +/bin/busybox f 4755 0 0 - - - - - +/etc/shadow f 600 0 0 - - - - - +/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-down.d d 755 0 0 - - - - - +/etc/network/if-post-down.d d 755 0 0 - - - - - +/usr/share/udhcpc/default.script f 755 0 0 - - - - - # uncomment this to allow starting x as non-root #/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - - - # Normal system devices /dev/mem c 640 0 0 1 1 0 0 - /dev/kmem c 640 0 0 1 2 0 0 - |