--- trunk/conf/config.pl 2005/10/14 14:02:52 202 +++ trunk/conf/config.pl 2005/10/15 12:01:31 206 @@ -1792,3 +1792,8 @@ # number of archive copies to burn $Conf{BurnMultipleCopies} = 2; +# Other command-line utilities used +$Conf{ejectBin} = 'eject'; +$Conf{ejectOpts} = '/dev/cdrom'; + +$Conf{mkisofsBin} = 'mkisofs';