search for: instmod

Displaying 2 results from an estimated 2 matches for "instmod".

Did you mean: insmod
2007 Mar 19
1
installing perl module in centos/rpmforge vs. cpan methods
...l-Mail-Sender, and am looking at the perl cpan site for info, anyone got a simple way to determine if the module is working properly? I am trying to use the cpan info, but it's a bit cryptic (as perl is wont to be). -it says to use this: #!/usr/local/bin/perl use ExtUtils::Installed; my $instmod = ExtUtils::Installed->new(); foreach my $module ($instmod->modules()) { my $version = $instmod->version($module) || "???"; print "$module -- $version\n"; } but all I get is: Perl -- 5.8.5 which seems to indicate doing a wget http://dag.wieers.com/rpm/packag...
2011 Oct 20
1
[PATCH] remove the xen dracut module
...urn 0 - - return 1 -} - -depends() { - return 0 -} - -installkernel() { - local _i - for _i in \ - xenbus_probe_frontend xen-pcifront \ - xen-fbfront xen-kbdfront xen-blkfront xen-netfront \ - ; do - modinfo -k $kernel $_i >/dev/null 2>&1 && instmods $_i - done - -} - -install() { - hash xen-detect 2>/dev/null || \ - hash -p /usr/lib/xen-default/bin/xen-detect xen-detect - inst "$(hash -t xen-detect)" /sbin/xen-detect - inst_hook pre-udev 40 "$moddir/xen-pre-udev.sh" -} - diff --git a/modules.d/60xen/x...