* Enda O'Connor ( Sun Micro Systems Ireland) <[EMAIL PROTECTED]> [2007-11-15 17:40]: > Hi > How does IPS rid itself of the various scripts ( postinstall say ) that > SVR4 uses to provision your system post pkgadd, ie say add_drv or so on. > > Perhaps telling me to look at the code is also a reasonable answer :-)
"driver" is a provided action that knows how to install and upgrade drivers in various contexts. As an example in the current source: $ pwd /home/sch/projects/pkg/repo/pkg-fixes/src/util/distro-import/common $ grep driver SUNWugen add driver name=ugen perms="* 0644 root sys" which would become driver name=ugen perms="* 0644 root sys" in the actual manifest. - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
