--- trunk/conf/config.pl 2005/08/28 09:12:54 82 +++ trunk/conf/config.pl 2005/09/01 18:30:51 109 @@ -1754,3 +1754,8 @@ # path to index (relative to $TopDir) $Conf{HyperEstraierIndex} = '/casket/'; +# +# temp directory for storing gzip and iso files when createing iso images +# +$Conf{GzipTempDir} = 'temp'; +$Conf{GzipSchema} = '\h_\s_\n.tar.gz';