--- cdrecord/cdrecord.1.orig 2015-11-03 19:17:07 UTC +++ cdrecord/cdrecord.1 @@ -75,7 +75,7 @@ explained below refers to the standard notation for .IR scsibus / target / lun of the CD/DVD/BluRay-recorder. -If a file /etc/default/cdrecord exists, the parameter to the +If a file /usr/local/etc/cdrecord exists, the parameter to the .B dev= option may also be a drive name label in said file (see FILES section). @@ -1221,13 +1221,13 @@ If no option is present, .B cdrecord will try to get a drive specific speed value from the file -.B /etc/default/cdrecord +.B /usr/local/etc/cdrecord and if it cannot find one, it will try to get the speed value from the .B CDR_SPEED environment and later from the .B CDR_SPEED= entry in -.BR /etc/default/cdrecord . +.BR /usr/local/etc/cdrecord . If no speed value could be found, cdrecord uses a drive specific default speed. The default for all new (MMC-compliant) drives is to use the maximum supported by the drive. If you use @@ -1507,7 +1507,7 @@ way to specify .I Scsibus 0 is the default SCSI bus on the machine. Watch the boot messages for more information or look into -.B /var/adm/messages +.B /var/run/dmesg.boot for more information about the SCSI configuration of your machine. If you have problems to figure out what values for .IR scsibus , target , lun @@ -1527,7 +1527,7 @@ will try to get the device from the .B CDR_DEVICE environment. .sp -If a file /etc/default/cdrecord exists, and +If a file /usr/local/etc/cdrecord exists, and if the argument to the .B dev= option @@ -1536,7 +1536,7 @@ or the environment does not contain the characters ',', '/', '@' or ':', it is interpreted as a device label name that was defined in the file -/etc/default/cdrecord (see FILES section). +/usr/local/etc/cdrecord (see FILES section). .sp .B \h'-2m'Autotarget Mode .br @@ -2209,7 +2209,7 @@ If you like to do this when no disk is i .TP .B CDR_DEVICE This may either hold a device identifier that is suitable to the open -call of the SCSI transport library or a label in the file /etc/default/cdrecord. +call of the SCSI transport library or a label in the file /usr/local/etc/cdrecord. .TP .B CDR_SPEED Sets the default speed value for writing (see also @@ -2267,7 +2267,7 @@ connection. If the .B RSCSI environment is present, the remote SCSI server will not be the program -.B /opt/schily/sbin/rscsi +.B /usr/local/sbin/rscsi but the program pointed to by .BR RSCSI . Note that the remote SCSI server program name will be ignored if you log in @@ -2276,8 +2276,8 @@ login shell. .SH FILES .TP -.B /etc/default/cdrecord -Default values can be set for the following options in /etc/default/cdrecord. +.B /usr/local/etc/cdrecord +Default values can be set for the following options in /usr/local/etc/cdrecord. For example: .SM CDR_FIFOSIZE=8m or @@ -2286,7 +2286,7 @@ or .TP .B CDR_DEVICE This may either hold a device identifier that is suitable to the open -call of the SCSI transport library or a label in the file /etc/default/cdrecord +call of the SCSI transport library or a label in the file /usr/local/etc/cdrecord that allows to identify a specific drive on the system. .TP .B CDR_SPEED @@ -3124,8 +3124,6 @@ There must be at least one track per fil .SH SEE ALSO .BR cdda2wav (1), .BR readcd (1), -.BR scg (7), -.BR fbk (7), .BR mkisofs (8), .BR rcmd (3), .BR ssh (1). @@ -3214,17 +3212,17 @@ To give all users access to use .B cdrecord, enter: .PP - chown root /opt/schily/bin/cdrecord + chown root /usr/local/bin/cdrecord .br - chmod 4711 /opt/schily/bin/cdrecord + chmod 4711 /usr/local/bin/cdrecord .PP To give a restricted group of users access to cdrecord enter: .PP - chown root /opt/schily/bin/cdrecord + chown root /usr/local/bin/cdrecord .br - chgrp cdburners /opt/schily/bin/cdrecord + chgrp cdburners /usr/local/bin/cdrecord .br - chmod 4710 /opt/schily/bin/cdrecord + chmod 4710 /usr/local/bin/cdrecord .PP and add a group .I cdburners