HomeSort by relevance Sort by last modified time
    Searched refs:installed (Results 1 - 25 of 71) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWiopc.v/
preremove 33 installed() {
42 if installed fpc
47 if installed n2piupc
postinstall 33 installed() {
42 installed fpc || add_drv -b ${BASEDIR} -m '* 0666 root sys' fpc || EXIT=1
44 installed n2piupc || add_drv -b ${BASEDIR} -m '* 0666 root sys' \
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWusb/
preremove 31 installed() {
40 if installed hid
45 if installed hubd
50 if installed usb_ia
55 if installed usb_mid
60 if installed scsa2usb
65 if installed usbprn
70 if installed usb_ac
75 if installed usb_as
80 if installed ohc
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWiopc.u/
postinstall 33 installed() {
42 installed fpc || add_drv -b ${BASEDIR} -m '* 0666 root sys' fpc || EXIT=1
preremove 33 installed() {
42 if installed fpc
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWsmpd/
postinstall 38 installed() {
47 if installed smp; then
48 echo "smp already installed" || EXIT=1
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWaudiohd/
preremove 35 installed() {
47 installed audiohd || rem_drv -b ${BASEDIR} audiohd || EXIT=1
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWvia823x/
preremove 15 installed() {
27 installed audiovia823x || rem_drv -b ${BASEDIR} audiovia823x || EXIT=1
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWahci/
postinstall 37 installed() {
54 if installed ahci; then
56 echo "ahci already installed" || EXIT=1
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWuacm/
postinstall 37 installed() {
68 if installed usbsacm ; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWuedg/
postinstall 37 installed() {
93 if installed usbser_edge ; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWuksp/
postinstall 38 installed() {
71 if installed usbsksp ; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWuprl/
postinstall 37 installed() {
74 if installed usbsprl ; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWuftdi/
postinstall 35 installed() {
86 if installed usbftdi ; then
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
vmsish.pm 33 Until 5.8.0, vmsish.pm is only installed on VMS. This means any code
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
basic.t 132 ok( $files{'dummy.pm'}, ' Dummy.pm installed' );
133 ok( $files{'liar.pm'}, ' Liar.pm installed' );
149 ok( $files{'Dummy.pm'}, ' Dummy.pm installed' );
150 ok( $files{'Liar.pm'}, ' Liar.pm installed' );
172 ok( $files{'Dummy.pm'}, ' Dummy.pm installed' );
173 ok( $files{'Liar.pm'}, ' Liar.pm installed' );
210 ok( $files{'Dummy.pm'}, ' Dummy.pm installed' );
211 ok( $files{'Liar.pm'}, ' Liar.pm installed' );
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
testlib.pm 30 After an extension has been built and before it is installed it may be
instmodsh 6 use ExtUtils::Installed;
17 f [all|prog|doc] - List installed files of a given type
102 l - List all installed modules
115 print("Installed modules are:\n ", join("\n ", @Modules), "\n");
135 $Inst = ExtUtils::Installed->new();
Installed.pm 1 package ExtUtils::Installed;
181 Carp::croak("$module is not installed") if (! exists($self->{$module}));
222 Carp::croak("$module is not installed") if (! exists($self->{$module}));
228 Carp::croak("$module is not installed") if (! exists($self->{$module}));
234 Carp::croak("$module is not installed") if (! exists($self->{$module}));
245 ExtUtils::Installed - Inventory management of installed modules
249 use ExtUtils::Installed;
250 my ($inst) = ExtUtils::Installed->new();
261 ExtUtils::Installed provides a standard way to find out what core and modul
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
perlivp.PL 91 # get installed on systems that can run Configure.
127 print "## Perl version `$]' appears installed as expected.\n" if $opt{'v'};
132 print "# Perl version `$]' installed, expected $ivp_VERSION.\n";
173 foreach (qw(Config.pm ExtUtils/Installed.pm)) {
178 print "## Module `$_' appears to be installed.\n" if $opt{'v'};
182 print "# Needed module `$_' does not appear to be properly installed.\n";
218 print "## Module `$_' appears to be installed.\n" if $opt{'v'};
222 print "# Required module `$_' does not appear to be properly installed.\n";
237 print "## Unnecessary module `$unnecessary' does not appear to be installed.\n" if $opt{'v'};
240 print "# Unnecessary module `$unnecessary' appears to be installed.\n"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
README 43 If you wish to run this on the installed version of the ::Exacct module,
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginfo/
pkginfo.c 68 " -p #select partially installed packages\n" \
69 " -i #select completely installed packages\n" \
127 long installed; member in struct:cfstat
336 if (dp->installed < 0)
349 choice->installed = (-1);
368 choice->installed = (-1);
373 /* don't include partially installed packages */
376 choice->installed = (-1);
382 choice->installed = (-1);
388 /* don't include completely installed packages *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
ToRtf.pm 51 You have to have Pod::Simple::RTF installed (from the Pod::Simple dist),
ToXml.pm 39 You have to have installed Pod::Simple::XMLOutStream (from the Pod::Simple
  /onnv/onnv-gate/usr/src/cmd/tsol/demo/
clonebylabel.sh 31 # a zone is installed if necessary. If the zone name is
85 echo $zonename is already installed.

Completed in 600 milliseconds

1 2 3