use diagnostics; use strict; sub insmod { @_ or die "usage: insmod .o [params]\n"; my $file = shift; my $tmpname; unless (-r $file) { local *F; open F, "/modules/modules.cgz" or die "error opening /modules/modules.cgz"; $tmpname = "/tmp/" . basename($file); installCpioFile(\*F, $file, $tmpname, 0) or die "error extracting file"; } my $rc = insmod_main($tmpname || $file, @_); unlink($tmpname); return $rc; } sub modprobe { &insmod } div id='cgit'>
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/cy.po
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-29 16:51:49 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-29 16:51:49 +0000
commit0ee66a58805a4934936ca40e0a4a4ce78828f0e3 (patch)
tree618dbfc8256841084cc34174bca13f7c2e73f113 /perl-install/share/po/cy.po
parentfe517daec233fb7dcdd171468cc973ce058d8d08 (diff)
downloaddrakx-0ee66a58805a4934936ca40e0a4a4ce78828f0e3.tar
drakx-0ee66a58805a4934936ca40e0a4a4ce78828f0e3.tar.gz
drakx-0ee66a58805a4934936ca40e0a4a4ce78828f0e3.tar.bz2
drakx-0ee66a58805a4934936ca40e0a4a4ce78828f0e3.tar.xz
drakx-0ee66a58805a4934936ca40e0a4a4ce78828f0e3.zip
usync with code
Diffstat (limited to 'perl-install/share/po/cy.po')