#!/usr/bin/perl @ARGV == 1 && chdir $ARGV[0] or die "usage: devices.pl \n"; if ($>) { $sudo = "sudo"; $ENV{PATH} = "/sbin:/usr/sbin:$ENV{PATH}"; } foreach () { chomp; my ($typ, $maj, $min, @l) = split; foreach (@l) { my @l2 = do { if (my ($prefix, $ini, $end) = /(.*)(\d+)-(\d+)$/) { map { "$prefix$_" } $ini .. $end; } else { $_; } }; system("$sudo mknod $_ $typ $maj " . $min++) foreach @l2; } } __DATA__ c 5 1 console b 2 0 fd0-1 c 1 2 kmem b 7 0 loop0-15 c 1 1 mem c 1 3 null c 1 4 port b 1 1 ram b 1 0 ram0-19 b 1 0 ramdisk c 1 8 random b 11 0 scd0-7 c 0 0 stderr c 0 0 stdin c 0 0 stdout c 5 0 tty c 4 0 tty0-9 c 4 64 ttyS0-3 c 1 9 urandom c 1 5 zero b 3 0 hda hda1-16 b 3 64 hdb hdb1-16 b 22 0 hdc hdc1-16 b 22 64 hdd hdd1-16 b 33 0 hde hde1-16 b 33 64 hdf hdf1-16 b 34 0 hdg hdg1-16 b 34 64 hdh hdh1-16 b 8 0 sda sda1-15 sdb sdb1-15 sdc sdc1-15 sdd sdd1-15 sde sde1-15 sdf sdf1-15 sdg sdg1-15 sdh sdh1-15 c 10 144 nvram c 9 0 st0-15 ption value='distro/mdv2009.0'>distro/mdv2009.0 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo@mageia.org>2013-01-12 16:49:49 +0000
committerMatteo Pasotti <matteo@mageia.org>2013-01-12 16:49:49 +0000
commitff752ddc6e0a3495aef0fd76c6baaaacca3fe0c8 (patch)
tree8549c5f4bb5ffc6ec212d425522b8444d2a53bc7 /perl-install/share/po
parent58d047a601028c26eebdf5913a8e49d10b972ef3 (diff)
downloaddrakx-ff752ddc6e0a3495aef0fd76c6baaaacca3fe0c8.tar
drakx-ff752ddc6e0a3495aef0fd76c6baaaacca3fe0c8.tar.gz
drakx-ff752ddc6e0a3495aef0fd76c6baaaacca3fe0c8.tar.bz2
drakx-ff752ddc6e0a3495aef0fd76c6baaaacca3fe0c8.tar.xz
drakx-ff752ddc6e0a3495aef0fd76c6baaaacca3fe0c8.zip
updated Italian translations
Diffstat (limited to 'perl-install/share/po')
-rw-r--r--perl-install/share/po/it.po29
1 files changed, 13 insertions, 16 deletions
diff --git a/perl-install/share/po/it.po b/perl-install/share/po/it.po
index 8864af881..1e4161222 100644
--- a/perl-install/share/po/it.po
+++ b/perl-install/share/po/it.po