summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-13 11:33:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-13 11:33:45 +0000
commitc8d2bf4e4d71996628c95125dab2c9d6d6b882db (patch)
treed1a0026ce31b8ee0b8d0a00652e10ae27a67a28f
parentdd93296dc89b6c86f8da2aaa4faf5e7a2e152749 (diff)
downloaddrakx-c8d2bf4e4d71996628c95125dab2c9d6d6b882db.tar
drakx-c8d2bf4e4d71996628c95125dab2c9d6d6b882db.tar.gz
drakx-c8d2bf4e4d71996628c95125dab2c9d6d6b882db.tar.bz2
drakx-c8d2bf4e4d71996628c95125dab2c9d6d6b882db.tar.xz
drakx-c8d2bf4e4d71996628c95125dab2c9d6d6b882db.zip
commit the real code, not the debug code :-(
-rw-r--r--perl-install/printer/main.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm
index 94975e1a9..329834e0a 100644
--- a/perl-install/printer/main.pm
+++ b/perl-install/printer/main.pm
@@ -635,8 +635,7 @@ sub lpstat_v {
} else {
();
}
-# } run_program::rooted_get_stdout($::prefix, 'lpstat', '-v');
- } run_program::rooted_get_stdout($::prefix, 'cat', '/tmp/t');
+ } run_program::rooted_get_stdout($::prefix, 'lpstat', '-v');
}
sub read_cups_printer_list {