diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-04-23 20:18:22 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-04-23 20:18:22 +0000 |
commit | 567dc7a1b50317426f9591997943c0a714101c0d (patch) | |
tree | b1c177c03b67f4eb35b428df16b1164705ee5dd5 /sys-fs/udev/files/udev.conf.post_108 | |
parent | Keyworded ~x86-fbsd (diff) | |
download | historical-567dc7a1b50317426f9591997943c0a714101c0d.tar.gz historical-567dc7a1b50317426f9591997943c0a714101c0d.tar.bz2 historical-567dc7a1b50317426f9591997943c0a714101c0d.zip |
Removing variable that was unconditionally added to env of all events, saving lot of space, Bug #173476. Restricting /dev-tmpfs in size, 10M by default. Added persistent links for joysticks. Finally removed /etc/dev.d. Make moving persistent-rules from tmp-storage to /etc more generic.
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'sys-fs/udev/files/udev.conf.post_108')
-rw-r--r-- | sys-fs/udev/files/udev.conf.post_108 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-fs/udev/files/udev.conf.post_108 b/sys-fs/udev/files/udev.conf.post_108 new file mode 100644 index 000000000000..7d4f87a57afd --- /dev/null +++ b/sys-fs/udev/files/udev.conf.post_108 @@ -0,0 +1,19 @@ +# /etc/udev/udev.conf: main config file for udev +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/files/udev.conf.post_108,v 1.1 2007/04/23 20:18:22 zzam Exp $ +# +# This file can be used to override some of udev's default values. +# See the udev man page for more details about these values. + +# udev_root - where in the filesystem to place the device nodes +udev_root="/dev/" + +# udev_rules - The name and location of the udev rules file +udev_rules="/etc/udev/rules.d/" + +# The initial syslog(3) priority: "err", "info", "debug" or its +# numerical equivalent. For runtime debugging, the daemons internal +# state can be changed with: "udevcontrol log_priority=<value>". +udev_log="err" + +# The maximum size reserved for the tmpfs mounted on /dev +tmpfs_size="10M" |