]> git.pld-linux.org Git - packages/devfsd.git/blame - devfsd.conf
- autoload modules
[packages/devfsd.git] / devfsd.conf
CommitLineData
392ba9e2 1# $Id$
f43f90b5
AF
2# Sample /etc/devfsd.conf configuration file.
3# Richard Gooch <rgooch@atnf.csiro.au> 3-FEB-2000
4#
5# Enable full compatibility mode for old device names. You may comment these
6# out if you don't use the old device names. Make sure you know what you're
7# doing!
8REGISTER .* MKOLDCOMPAT
9UNREGISTER .* RMOLDCOMPAT
10
11# You may comment out the above and uncomment the following if you've
12# configured your system to use the original "new" devfs names or the really
13# new names
14#REGISTER vc/.* MKOLDCOMPAT
15#UNREGISTER vc/.* RMOLDCOMPAT
16#REGISTER pty/.* MKOLDCOMPAT
17#UNREGISTER pty/.* RMOLDCOMPAT
18#REGISTER misc MKOLDCOMPAT
19#UNREGISTER misc RMOLDCOMPAT
20
21# You may comment these out if you don't use the original "new" names
22REGISTER .* MKNEWCOMPAT
23UNREGISTER .* RMNEWCOMPAT
392ba9e2
AF
24
25# Autoload modules
26LOOKUP .* MODLOAD
This page took 0.088751 seconds and 4 git commands to generate.