$NetBSD: patch-cb,v 1.2 2007/03/16 22:04:54 bad Exp $

--- cdrecord/cdrecord.1.orig	2006-12-13 23:42:23.000000000 +0100
+++ cdrecord/cdrecord.1
@@ -160,7 +160,7 @@ option of 
 described below.
 
 .PP
-If a file /etc/default/cdrecord exists, the parameter to the
+If a file @CDRECORD_CONF@ exists, the parameter to the
 .B dev=
 option may also be a drive name label in said file (see FILES section).
 
@@ -576,13 +576,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 @CDRECORD_CONF@
 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 @CDRECORD_CONF@ .
 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 
@@ -786,7 +786,7 @@ If the argument to the
 .B dev=
 option does not contain the characters ',', '/', '@' or ':',
 it is interpreted as an label name that may be found in the file
-/etc/default/cdrecord (see FILES section).
+@CDRECORD_CONF@ (see FILES section).
 .sp
 If no 
 .B dev=
@@ -2009,7 +2009,7 @@ Then write the CD using:
 .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 @CDRECORD_CONF@.
 .TP
 .B CDR_SPEED
 Sets the default speed value for writing (see also 
@@ -2072,8 +2072,8 @@ login shell.
 
 .SH FILES
 .TP
-/etc/default/cdrecord
-Default values can be set for the following options in /etc/default/cdrecord.
+@CDRECORD_CONF@
+Default values can be set for the following options in @CDRECORD_CONF@.
 For example:
 .SM CDR_FIFOSIZE=8m
 or
@@ -2082,7 +2082,7 @@ or
 .TP
 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 @CDRECORD_CONF@ 
 that allows to identify a specific drive on the system.
 .TP
 CDR_SPEED
