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