intuition.library wasn't closed after being opened to show an error message.
[AROS.git] / rom / filesys / afs / afs.conf
blob539c50098d6f6e311384aa689e15bc3cc36c5ab9
1 ##begin config
2 version 41.4
3 basename afs
4 residentpri -1
5 handler_func AFS_work
6 ##end config
8 ##begin handler
9 # Highest level autodetect priority
10 .autodetect 127
11 DosType=0x444f5307
12 DosType=0x444f5305
13 DosType=0x444f5303
14 DosType=0x444f5301
15 Resident=FastFileSystem
16 # Now, try the OFS variants
17 DosType=0x444f5306
18 DosType=0x444f5304
19 DosType=0x444f5302
20 DosType=0x444f5300
21 Resident=FileSystem
22 ##end handler