--- a2ps-4.13/etc/a2ps_cfg.in.netscape 2005-02-02 16:22:36.000000000 +0000 +++ a2ps-4.13/etc/a2ps_cfg.in 2005-02-02 16:40:06.431499603 +0000 @@ -265,7 +265,8 @@ @COM_PSUTILS@@COM_dvips@ fi ########## HTML files -# Pass HTML to Netscape, hoping that there is an Netscape running... +# Pass HTML to Mozilla, hoping that there is a Mozilla running... +# (Previously had used Netscape. Following comments refer to Netscape:) # Tricks: # 1. Netscape can't output on stdout, hence use a tmp file (#f0) # 2. openfile refuses relative paths, so prepend cwd (%d) when relative @@ -274,14 +275,14 @@ # loaded page (not that of openfile). So run Netscape twice. # 4. It asks the user if s/he wants to replace an existing output file, # so rm before. -@COM_PSUTILS@Delegation: Netscape html:ps \ +@COM_PSUTILS@Delegation: Mozilla html:ps \ @COM_PSUTILS@ rm -f #f0; \ @COM_PSUTILS@ if echo '$f' | grep '^/' >/dev/null 2>&1; then \ -@COM_PSUTILS@ ${NETSCAPE:-netscape} -noraise -remote 'openfile($f)'; \ +@COM_PSUTILS@ ${MOZILLA:-mozilla} -noraise -remote 'openfile($f)'; \ @COM_PSUTILS@ else \ -@COM_PSUTILS@ ${NETSCAPE:-netscape} -noraise -remote 'openfile(%d/$f)'; \ +@COM_PSUTILS@ ${MOZILLA:-mozilla} -noraise -remote 'openfile(%d/$f)'; \ @COM_PSUTILS@ fi && \ -@COM_PSUTILS@ ${NETSCAPE:-netscape} -noraise -remote 'saveas(#f0,postscript)' && \ +@COM_PSUTILS@ ${MOZILLA:-mozilla} -noraise -remote 'saveas(#f0,postscript)' && \ @COM_PSUTILS@ #{del.psselect} #f0 | #{del.psnup} ########## MetaFont / MetaPost files