From e9c6665ac3bd856e38bca0685bf5b8ee34997977 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 6 Nov 1999 10:33:38 +0000 Subject: no_comment --- perl-install/printer.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/printer.pm') diff --git a/perl-install/printer.pm b/perl-install/printer.pm index cf7d52cbb..abc97e526 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -44,7 +44,7 @@ use Data::Dumper; =cut -use common qw(:common); +use common qw(:common :system); use commands; #-##################################################################################### @@ -355,7 +355,7 @@ sub create_spool_dir($) { #------------------------------------------------------------------------------ sub create_config_file($$%) { my ($inputfile, $outputfile, %toreplace) = @_; - install_any::translate_file("$prefix/$inputfile", "$prefix/$outputfile", %toreplace); + template2file("$prefix/$inputfile", "$prefix/$outputfile", %toreplace); } -- cgit v1.2.1