summaryrefslogtreecommitdiffstats
path: root/perl-install/printer.pm
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2001-09-16 22:53:37 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2001-09-16 22:53:37 +0000
commit2aa8cea513e0195e4587b1c2ac9b2d1500e576f7 (patch)
treea8f4b0ddceeb735d30a86fbcc0f15177a19c161d /perl-install/printer.pm
parent18859b2951551be44fdf9bae4b71812f5c23db9f (diff)
downloaddrakx-backup-do-not-use-2aa8cea513e0195e4587b1c2ac9b2d1500e576f7.tar
drakx-backup-do-not-use-2aa8cea513e0195e4587b1c2ac9b2d1500e576f7.tar.gz
drakx-backup-do-not-use-2aa8cea513e0195e4587b1c2ac9b2d1500e576f7.tar.bz2
drakx-backup-do-not-use-2aa8cea513e0195e4587b1c2ac9b2d1500e576f7.tar.xz
drakx-backup-do-not-use-2aa8cea513e0195e4587b1c2ac9b2d1500e576f7.zip
Fixed bug which prevented from printing the option list during install.
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r--perl-install/printer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm
index f9462c556..09391ee77 100644
--- a/perl-install/printer.pm
+++ b/perl-install/printer.pm
@@ -1079,7 +1079,7 @@ sub print_optionlist {
if ($printer->{configured}{$queue}{queuedata}{foomatic}) {
run_program::rooted($prefix, $lpr, "-s", $printer->{SPOOLER},
"-P", $queue, "-o", "docs",
- $FOOMATIC_DEFAULT_SPOOLER);
+ "/etc/bashrc");
} elsif ($printer->{configured}{$queue}{queuedata}{ppd}) {
system(($::testing ? "$prefix" : "chroot $prefix/ ") .
"/usr/bin/lphelp $queue | " .