package partition_table::empty; # $Id$ #- this is a mainly dummy partition table. If we find it's empty, we just call - #- zero_MBR which will take care of bless'ing us to the partition table type best #- suited use diagnostics; use strict; use vars qw(@ISA); @ISA = qw(partition_table::raw); use common; use partition_table::raw; use partition_table; use c; sub read($$) { my ($hd, $sector) = @_; my $tmp; my $F = partition_table::raw::openit($hd) or die "failed to open device"; c::lseek_sector(fileno($F), $sector, 0) or die "reading of partition in sector $sector failed"; #- check magic number sysread $F, $tmp, 1024 or die "error reading magic number on disk $hd->{device}"; $tmp eq substr($tmp, 0, 1) x 1024 or die "bad magic number on disk $hd->{device}"; partition_table::raw::zero_MBR($hd); $hd->{primary}{raw}, $hd->{primary}{info}; } 1; o-not-use
Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-19 19:41:30 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-19 19:41:30 +0000
commit4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2 (patch)
tree4bca2c2ee3703fc9c7d1640a7e74b1fea0229c56 /perl-install
parent1cbb512c517e0126d5abcddf8b26013b90a64283 (diff)
downloaddrakx-backup-do-not-use-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.tar
drakx-backup-do-not-use-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.tar.gz
drakx-backup-do-not-use-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.tar.bz2
drakx-backup-do-not-use-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.tar.xz
drakx-backup-do-not-use-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.zip
updated pot file
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/share/po/mk.po31549
-rw-r--r--perl-install/share/po/mn.po21235
-rw-r--r--perl-install/share/po/ms.po25974
-rw-r--r--perl-install/share/po/mt.po30761
-rw-r--r--perl-install/share/po/nb.po33294
-rw-r--r--perl-install/share/po/nl.po37741
-rw-r--r--perl-install/share/po/pt.po31775
-rw-r--r--perl-install/share/po/pt_BR.po32097
-rw-r--r--perl-install/share/po/ro.po26477
-rw-r--r--perl-install/share/po/ru.po31920
-rw-r--r--perl-install/share/po/sk.po31365
-rw-r--r--perl-install/share/po/sl.po25695
-rw-r--r--perl-install/share/po/sq.po34025
-rw-r--r--perl-install/share/po/sr.po32025
-rw-r--r--perl-install/share/po/sr@Latn.po31715
-rw-r--r--perl-install/share/po/sv.po31397
-rw-r--r--perl-install/share/po/ta.po31054
-rw-r--r--perl-install/share/po/tg.po28438
-rw-r--r--perl-install/share/po/th.po26662
-rw-r--r--perl-install/share/po/tr.po30190
-rw-r--r--perl-install/share/po/uk.po31462
-rw-r--r--perl-install/share/po/uz.po26796
-rw-r--r--perl-install/share/po/uz@Latn.po21672
-rw-r--r--perl-install/share/po/vi.po30933
-rw-r--r--perl-install/share/po/wa.po31426
-rw-r--r--perl-install/share/po/zh_CN.po30354
-rw-r--r--perl-install/share/po/zh_TW.po29531
27 files changed, 450095 insertions, 357468 deletions
diff --git a/perl-install/share/po/mk.po b/perl-install/share/po/mk.po
index 75a763eb2..8db70b047 100644
--- a/perl-install/share/po/mk.po
+++ b/perl-install/share/po/mk.po