search for: instmods

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

Did you mean: instmodsh
2007 Mar 19
1
installing perl module in centos/rpmforge vs. cpan methods
Hi, I just used RPMforge package perl-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
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/xe...