File: cdcontrolrc

package info (click to toggle)
cdcontrol 1.90-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 160 kB
  • ctags: 16
  • sloc: sh: 939; makefile: 26
file content (103 lines) | stat: -rw-r--r-- 4,103 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
############################ General Configuration ##############################
############################ Configurao Geral #################################
# E: English description
# P: Descrio em Portugues
#

# E: Directory that's contains the audio or data images to be used by the 
#    system (if it's a audio image, there are directories with the audio 
#    image name and respective music tracks inside of it). 
#
# P: Diretrio que contm as imagens de audio ou dados para o sistema (caso a imagem
#    seja de audio, existiro diretrios com o nome da imagem de audio com as 
#    respectivas faixas musicais incluidas).
IMG_DIR=/var/spool/cdcontrol

# E: The partition that contains the directory IMG_DIR (got from "df" command) 
#    (in the future, that will be autodetected). This will be needed to 
#    autodetect the free space to write new CD images
# P: A partio que contm o diretrio IMG_DIR (atravs do comando "df") 
#   (futuramente isto ser auto-detectado). Isto ser necessrio para auto-detectar o espao livre
#    e restante para a gravao de novas imagens de CD
IMG_PARTITION=/dev/hda1

# E: Directory that contains the configuration files for each writter
# P: Diretrio que contm os arquivos de configurao for each writter
CFG_DIR=/var/lib/cdcontrol


#
####################### E: Reader configuration #########################
####################### P: Configurao do leitor  #######################
#

# E: Aspects that control the reading of the audio/data imagem from 
#    the reader unit. The read device also can be specified as 
#    "bus,id,lun"
# P: Aspectos que controlam a unidade de leitura da imagem de CD de dados/audio
#   O dispositivo de leitura tambm pode ser especificado como "bus,id,lun"
R_SPEED=4
CD_READER=/dev/cdrom


#
###################### E: Writter Configuration #########################
###################### P: Configurao do Gravador #######################
#

# E: Number of writters attached in the system
# P: Nmero de gravadores ligados ao sistema
WRITTERS=3

# E: Writter speed (compatible with all specified recorders)
# P: Velocidade de Gravao (compatvel com todos os gravadores especificados)
W_SPEED=8

# E: Cache memory reserved by each recorder (in MegaBytes - from 1 to 16).
# P: Cache que ser reservado por cada gravador (em Mega Bytes - de 1 a 16)
CACHE=1

# E: The bellow configuration depends of the ammount of writters 
#    specified by WRITTERS, they should follow the number sequence
#    WRITTER1-WRITTER999 and they should be identified following 
#    the Unix system's SCSI bus specification: BUS, ID, LUN
#    
#    If the number of WRITTER* variable be greater than the specified
#    by WRITTERS, they will be ignored.
#
# P: A configurao abaixo depende da quantidade de gravadores no 
#    sistema especificados por WRITTERS, eles devem seguir a numerao 
#    WRITTER1-WRITTER999 e devero ser identificados segundo a forma 
#    padro da interface SCSI dos sistemas Unix: BUS,ID,LUN
# 
#    Caso o nmero de variveis WRITTER* seja maior que a especificada
#    por WRITTERS, eles sero ignorados
WRITTER1=0,0,0
WRITTER2=0,1,0
WRITTER3=0,2,0
WRITTER4=0,3,0
WRITTER5=0,4,0
WRITTER6=0,5,0
WRITTER7=0,6,0
WRITTER8=1,0,0
WRITTER9=1,1,0
WRITTER10=1,2,0
WRITTER11=1,3,0
WRITTER12=1,4,0
WRITTER13=1,5,0
WRITTER14=1,6,0

# E: Extra options that will be added to writting program
#    (use the cdrecord format and options suported by all drives).
# P: Opes extras que sero passadas ao programa de gravao
#   (use o formato do cdrecord e opes suportadas por todas as unidades)
EXTRA_AREC_OPT="-v -dummy -dao -useinfo"
EXTRA_DREC_OPT="-v -dummy -tao -data"

# E: Operation mode. If mode is 1, the log writting will be disabled for
#    all drives and all messages will be redirected to tty[Recorder_Number+1]
#    Starting with tty2 (in Linux) and ttyv2 (on FreeBSD).
# P: Modo de operao. 1 Desabilita a gravao de Logs de unidades e direciona
#    as mensagens das unidades para os o tty[nmero_do_gravador+1]
#    Iniciando por tty2 (no Linux) e ttyv2 (no FreeBSD).
VERBOSE=0