From 0bf66f2a2a47628e8fa2f576541f45de827fdffd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 May 2012 18:28:03 +0000 Subject: no need to create /dev/zero and the like, udev already did it quite a lot more remain as we either lack prope udev rules or rely on older style entries or are needed in drakx-in-chroot mode --- perl-install/install/commands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/commands.pm') diff --git a/perl-install/install/commands.pm b/perl-install/install/commands.pm index 154a9cfb1..f89002a27 100644 --- a/perl-install/install/commands.pm +++ b/perl-install/install/commands.pm @@ -276,7 +276,7 @@ sub hexdump { sub more { @ARGV = @_; require devices; - my $tty = devices::make('tty'); + my $tty = '/dev/tty'; my $n = 0; open(my $IN, $tty) or die "cannot open $tty\n"; local $_; -- cgit v1.2.1