Gentoo Archives: gentoo-dev

From: Norberto BENSA <nbensa@×××.net>
To: nbensa@×××××.com
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Removing devfsd compat symlinks (Was: error in the new install guide ?)
Date: Sun, 23 Mar 2003 02:44:00
Message-Id: 200303222343.54426.nbensa@gmx.net
In Reply to: Re: [gentoo-dev] Removing devfsd compat symlinks (Was: error in the new install guide ?) by Norberto BENSA
1 On Saturday 22 March 2003 06:43 pm, Norberto BENSA wrote:
2 > #REGISTER .* MKOLDCOMPAT
3 > #UNREGISTER .* RMOLDCOMPAT
4 >
5 > REGISTER hd* MKOLDCOMPAT
6 > UNREGISTER hd* RMOLDCOMPAT
7 >
8
9 Bah... Ignore that hd* thing (it's wrong.) This is my (complete) fresh new
10 /etc/devfsd.conf:
11
12 #This are for emu10k1...
13 REGISTER ^sound/.* MKOLDCOMPAT
14 UNREGISTER ^sound/.* RMOLDCOMPAT
15
16 # This are for gnomemeeting...
17 REGISTER ^v4l/.* MKOLDCOMPAT
18 UNREGISTER ^v4l/.* RMOLDCOMPAT
19
20 REGISTER .* MKNEWCOMPAT
21 UNREGISTER .* RMNEWCOMPAT
22
23 LOOKUP .* MODLOAD
24
25 REGISTER ^pty/s.* PERMISSIONS -1.tty 0600
26 REGISTER ^pts/.* PERMISSIONS -1.tty 0600
27
28 REGISTER ^pt[sy]/.* IGNORE
29 CHANGE ^pt[sy]/.* IGNORE
30 CREATE ^pt[sy]/.* IGNORE
31 DELETE ^pt[sy] IGNORE
32 REGISTER .* COPY /lib/dev-state/$devname $devpath
33 CHANGE .* COPY $devpath /lib/dev-state/$devname
34 CREATE .* COPY $devpath /lib/dev-state/$devname
35 DELETE .* CFUNCTION GLOBAL unlink /lib/dev-state/$devname
36 RESTORE /lib/dev-state
37
38 REGISTER v4l/.* PERMISSIONS root.video 660
39
40 LOOKUP snd MODLOAD ACTION snd
41 LOOKUP dsp MODLOAD
42 LOOKUP mixer MODLOAD
43 LOOKUP midi MODLOAD
44 REGISTER sound/.* PERMISSIONS root.audio 660
45 REGISTER snd/.* PERMISSIONS root.audio 660
46
47 INCLUDE /etc/devfs.d
48
49 The system (my everyday WS) is working nice so far... I just need to burn some
50 CDs and watch DVDs. I'll do it ASAP :-)
51
52 Regards,
53 Norberto